pdlivexp/config.gradle

29 lines
870 B
Groovy
Raw Normal View History

2022-07-18 15:31:45 +08:00
ext {
android = [
compileSdkVersion: 30,
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 30,
versionCode : 189,
versionName : "6.3.5"
]
manifestPlaceholders = [
//正式
2022-07-26 17:40:57 +08:00
serverHost : "https://napi.yaoulive.com",
2022-07-18 15:31:45 +08:00
//測試
2022-07-26 17:40:57 +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
isGooglePlay : true
]
}