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 ]