测试修改

This commit is contained in:
18401019693
2022-10-28 18:06:05 +08:00
parent 30902825d6
commit 6e582829b2
2 changed files with 12 additions and 4 deletions

View File

@@ -4,8 +4,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 229,
versionName : "6.4.3"
versionCode : 301,
versionName : "6.4.4"
]
manifestPlaceholders = [
//正式
@@ -25,8 +25,8 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : false,
isGooglePlay : true,
//是否上报异常日志
isUploadLog : false
isUploadLog : true
]
}