6.5.4礼物冠名

This commit is contained in:
18401019693
2023-08-19 16:05:30 +08:00
parent c20312b982
commit 345c9067aa
13 changed files with 36 additions and 21 deletions

View File

@@ -1,17 +1,17 @@
ext {
android = [
compileSdkVersion: 31,
compileSdkVersion: 33,
buildToolsVersion: "29.0.2",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 444,
targetSdkVersion : 33,
versionCode : 445,
versionName : "6.5.4"
]
manifestPlaceholders = [
//正式、
serverHost : "https://napi.yaoulive.com",
// 测试
// serverHost : "https://ceshi.yaoulive.com",
// serverHost : " https://ceshi.yaoulive.com",
@@ -21,10 +21,10 @@ ext {
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : false,
isGooglePlay : true,
//是否上报异常日志
isUploadLog : true,
//是否打包成插件包模式
isPluginModel : true,
isPluginModel : false,
]
}