多人PK问题修复

This commit is contained in:
18401019693
2023-03-10 11:05:19 +08:00
parent 0726c5dc1c
commit 342b2e9139
4 changed files with 23 additions and 14 deletions

View File

@@ -4,11 +4,11 @@ ext {
buildToolsVersion: "29.0.2",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 411,
versionCode : 412,
versionName : "6.4.9"
]
manifestPlaceholders = [
//正式
//正式
serverHost : "https://napi.yaoulive.com",
//测试
// serverHost : "https://ceshi.yaoulive.com",
@@ -23,7 +23,7 @@ ext {
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : false,
isGooglePlay : true,
//是否上报异常日志
isUploadLog : true
]