From 5895fa8d717d4705b1f9c16eebe174d657d12589 Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Thu, 7 Dec 2023 17:38:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.gradle | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.gradle b/config.gradle index 9b4d6997d..cfcab1fdf 100644 --- a/config.gradle +++ b/config.gradle @@ -19,13 +19,12 @@ ext { baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB", baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S", -// true表示谷歌支付 false - isGooglePlay : false, + // true表示谷歌支付 false 0 链接包 1 谷歌包 2华为包 - isGooglePlay : 1, + isGooglePlay : 0, //是否上报异常日志 - isUploadLog : true, + isUploadLog : true, //是否打包成插件包模式 - isPluginModel : true, + isPluginModel : true, ] }