This commit is contained in:
18401019693 2023-04-10 16:07:18 +08:00
parent 605f10d0ac
commit 38b080f082

View File

@ -4,7 +4,7 @@ ext {
buildToolsVersion: "29.0.2",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 414,
versionCode : 416,
versionName : "6.5.0"
]
manifestPlaceholders = [
@ -23,8 +23,8 @@ ext {
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : false,
isGooglePlay : true,
//
isUploadLog : false
isUploadLog : true
]
}