This commit is contained in:
18142669586
2022-08-08 10:37:23 +08:00
parent 04b720311c
commit 0d38cd7c67
20 changed files with 201 additions and 73 deletions

View File

@@ -4,8 +4,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 30,
versionCode : 201,
versionName : "6.3.7"
versionCode : 202,
versionName : "6.3.8"
]
manifestPlaceholders = [
//正式
@@ -24,6 +24,6 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : true
isGooglePlay : false
]
}