version:6.5
fix:更换地图sdk update:增加酷比MTK Android12 系统签名
This commit is contained in:
@@ -31,10 +31,6 @@ android {
|
||||
XG_ACCESS_ID : "1500030457",
|
||||
XG_ACCESS_KEY: "AZZXANJF4HBD",
|
||||
]
|
||||
|
||||
manifestPlaceholders = [
|
||||
AMAP_KEY: "ff08045221483b649cc41e77ee2ad941"
|
||||
]
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
@@ -83,6 +79,9 @@ android {
|
||||
MTKAndroid12Release.initWith(release)
|
||||
MTKAndroid12Release {
|
||||
signingConfig signingConfigs.mtk12
|
||||
manifestPlaceholders = [
|
||||
Baidu_AK: "ZauKWLbO0AfHSgR2j3unMkP0MwbBZHxO"
|
||||
]
|
||||
}
|
||||
|
||||
MTKAndroid12Debug.initWith(debug)
|
||||
@@ -90,11 +89,17 @@ android {
|
||||
versionNameSuffix "-debug"
|
||||
debuggable true
|
||||
signingConfig signingConfigs.mtk12
|
||||
manifestPlaceholders = [
|
||||
Baidu_AK: "ZauKWLbO0AfHSgR2j3unMkP0MwbBZHxO"
|
||||
]
|
||||
}
|
||||
|
||||
zhanRuiRelease.initWith(release)
|
||||
zhanRuiRelease {
|
||||
signingConfig signingConfigs.zhanRui
|
||||
manifestPlaceholders = [
|
||||
Baidu_AK: "rKsRkc6YbQbHLyiAGCDqukj9ltkU2S7M"
|
||||
]
|
||||
}
|
||||
|
||||
zhanRuiDebug.initWith(debug)
|
||||
@@ -102,6 +107,9 @@ android {
|
||||
versionNameSuffix "-debug"
|
||||
debuggable true
|
||||
signingConfig signingConfigs.zhanRui
|
||||
manifestPlaceholders = [
|
||||
Baidu_AK: "rKsRkc6YbQbHLyiAGCDqukj9ltkU2S7M"
|
||||
]
|
||||
}
|
||||
|
||||
debug {
|
||||
@@ -197,8 +205,8 @@ dependencies {
|
||||
//bindView
|
||||
implementation 'com.jakewharton:butterknife:10.2.3'
|
||||
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
|
||||
//高德地图定位
|
||||
implementation 'com.amap.api:location:5.1.0'
|
||||
//百度地图
|
||||
implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.1.8'
|
||||
//MMKV
|
||||
implementation 'com.tencent:mmkv-static:1.2.14'
|
||||
implementation 'com.tencent.tpns:tpns:1.3.7.0-release'
|
||||
|
||||
Reference in New Issue
Block a user