From b8ff6d56aec34900045aba0f656e0605f5e33da2 Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Thu, 13 Oct 2022 18:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 3 ++- config.gradle | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 33feb71bd..f708e599f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,8 @@ android { def isGooglePlay=rootProject.ext.manifestPlaceholders.isGooglePlay if(file(manifestPath).exists()&&isGooglePlay) { def manifestContent = file(manifestPath).getText() - manifestContent = manifestContent.replace('android.permission.REQUEST_INSTALL_PACKAGES', '') + + manifestContent = manifestContent.replace('', '') file(manifestPath).write(manifestContent) }else{ print "not Exists = "+manifestPath diff --git a/config.gradle b/config.gradle index 437b17b4e..c40ea7ee3 100644 --- a/config.gradle +++ b/config.gradle @@ -4,7 +4,7 @@ ext { buildToolsVersion: "28.0.3", minSdkVersion : 21, targetSdkVersion : 31, - versionCode : 219, + versionCode : 221, versionName : "6.4.3" ] manifestPlaceholders = [ @@ -25,6 +25,6 @@ ext { baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S", // true表示谷歌支付 false - isGooglePlay : true + isGooglePlay : false ] } \ No newline at end of file