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