修改完善资料和礼物点击

This commit is contained in:
18401019693
2023-06-06 15:28:00 +08:00
parent c53757c64b
commit f4016089a1
4 changed files with 17 additions and 7 deletions

View File

@@ -4,14 +4,14 @@ ext {
buildToolsVersion: "29.0.2",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 423,
versionCode : 424,
versionName : "6.5.2"
]
manifestPlaceholders = [
//正式、
serverHost : "https://napi.yaoulive.com",
// serverHost : "https://napi.yaoulive.com",
// 测试
// serverHost : "https://ceshi.yaoulive.com",
serverHost : "https://ceshi.yaoulive.com",
//腾讯地图
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",
@@ -26,6 +26,6 @@ ext {
// true表示谷歌支付 false
isGooglePlay : false,
//是否上报异常日志
isUploadLog : false
isUploadLog : true
]
}