update 1.01版本及后续追加功能
This commit is contained in:
@@ -5,22 +5,25 @@ ext {
|
||||
minSdkVersion : 21,
|
||||
targetSdkVersion : 33,
|
||||
versionCode : 445,
|
||||
versionName : "6.5.4",
|
||||
otoversionCode : 2,
|
||||
otoversionName : "1.0"
|
||||
versionName : "6.6.2",
|
||||
otoversionCode : 7,
|
||||
otoversionName : "1.01"
|
||||
]
|
||||
manifestPlaceholders = [
|
||||
//正式、
|
||||
// serverHost : "https://napi.yaoulive.com",
|
||||
serverHost : "https://napi.yaoulive.com",
|
||||
// 测试
|
||||
serverHost : "https://ceshi.yaoulive.com",
|
||||
// serverHost : "https://ceshi.yaoulive.com",
|
||||
|
||||
//1v1社交正式服
|
||||
otoServerHost : "https://mo.yomochat.com",
|
||||
//1v1社交测试服
|
||||
//otoServerHost : "https://ceshi.yyouou.com",
|
||||
|
||||
|
||||
//融云测试服key
|
||||
//rongIMKey : "lmxuhwagl7s1d",
|
||||
//融云正式服key
|
||||
rongIMKey : "z3v5yqkbzawl0",
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +33,7 @@ ext {
|
||||
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
|
||||
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
|
||||
// true表示谷歌支付 false
|
||||
isGooglePlay : true,
|
||||
isGooglePlay : false,
|
||||
//是否上报异常日志
|
||||
isUploadLog : true,
|
||||
//是否打包成插件包模式
|
||||
|
||||
Reference in New Issue
Block a user