pdlivexp/config.gradle

32 lines
949 B
Groovy
Raw Normal View History

2022-07-18 15:31:45 +08:00
ext {
android = [
2022-09-17 16:54:58 +08:00
compileSdkVersion: 31,
2022-07-18 15:31:45 +08:00
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
2022-09-17 16:54:58 +08:00
targetSdkVersion : 31,
2022-11-02 14:20:25 +08:00
versionCode : 305,
2022-10-28 18:06:05 +08:00
versionName : "6.4.4"
2022-07-18 15:31:45 +08:00
]
manifestPlaceholders = [
//正式
2022-08-20 15:33:41 +08:00
2022-11-17 16:01:56 +08:00
serverHost : "https://napi.yaoulive.com",
2022-08-04 13:30:22 +08:00
//測試
2022-11-17 16:01:56 +08:00
// serverHost : "https://ceshi.yaoulive.com",
2022-07-18 15:31:45 +08:00
//腾讯地图
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",
// txMapAppSecret : "",
//百度语音识别
baiduAppId : "23774720",
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
2022-11-18 15:18:50 +08:00
isGooglePlay : true,
//是否上报异常日志
2022-11-02 14:20:25 +08:00
isUploadLog : false
2022-07-18 15:31:45 +08:00
]
}