修改粉丝团

This commit is contained in:
18401019693
2022-11-02 14:20:25 +08:00
parent a50abb5b2c
commit 0f2fbeb114
5 changed files with 70 additions and 30 deletions

View File

@@ -4,15 +4,15 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 304,
versionCode : 305,
versionName : "6.4.4"
]
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",
@@ -27,6 +27,6 @@ ext {
// true表示谷歌支付 false
isGooglePlay : true,
//是否上报异常日志
isUploadLog : true
isUploadLog : false
]
}