From e67287e7d3f3a329ee328649db762b65da3228fe Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Thu, 27 Apr 2023 17:00:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E6=88=BF?= =?UTF-8?q?=E9=80=80=E5=87=BA=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.gradle b/config.gradle index 0d9cdaca9..353e72860 100644 --- a/config.gradle +++ b/config.gradle @@ -10,7 +10,7 @@ ext { manifestPlaceholders = [ //正式、 serverHost : "https://napi.yaoulive.com", - //测试 +// 测试 // serverHost : "https://ceshi.yaoulive.com", //腾讯地图 @@ -24,7 +24,7 @@ ext { baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB", baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S", // true表示谷歌支付 false - isGooglePlay : true, + isGooglePlay : false, //是否上报异常日志 isUploadLog : true ]