pdlivexp/config.gradle
zlzw ca03a8f23e 排除美颜so
压缩图片资源
2022-10-20 10:49:08 +08:00

30 lines
872 B
Groovy

ext {
android = [
compileSdkVersion: 31,
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 221,
versionName : "6.4.3"
]
manifestPlaceholders = [
//正式
// serverHost : "https://napi.yaoulive.com",
//測試
serverHost : "https://ceshi.yaoulive.com",
//腾讯地图
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",
// txMapAppSecret : "",
//百度语音识别
baiduAppId : "23774720",
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : false
]
}