version:5.6

fix:
update:更新地图,优化databinding
This commit is contained in:
2024-05-31 10:47:24 +08:00
parent b4cce3e7da
commit 86cc291dc8
69 changed files with 967 additions and 1078 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.uiuios.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 46
versionName "5.5"
versionCode 47
versionName "5.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -27,8 +27,7 @@ android {
}
manifestPlaceholders = [
XG_ACCESS_ID : "1500033697",
XG_ACCESS_KEY: "A0PFUHEPEKKM",
AMAP_KEY : "372937d213ff288dc150c31967a200cd"
]
}
@@ -59,89 +58,9 @@ android {
keyPassword "123456"
v2SigningEnabled false
}
zhanRui {
storeFile file("keystore/zhanxun.keystore")
storePassword "123456"
keyAlias "zhanxun"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
mtk {
storeFile file("keystore/xueshibaoos.jks")
storePassword "123456"
keyAlias "xueshibaoos"
keyPassword "123456"
v2SigningEnabled false
}
mtk12 {
storeFile file("keystore/mtkAndroid12.keystore")
storePassword "123456"
keyAlias "mtk12"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
MTK8183 {
storeFile file("keystore/TeclastMTK12.jks")
storePassword "123456"
keyAlias "teclastmtk12"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
G10P {
storeFile file("keystore/G10PMTK11.jks")
storePassword "123456"
keyAlias "G10PMTK11"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
}
}
buildTypes {
// MTK8183Debug.initWith(debug)
// MTK8183Debug {
// versionNameSuffix "-debug"
// debuggable true
// signingConfig signingConfigs.MTK8183
// }
//
// MTK8183Release.initWith(release)
// MTK8183Release {
// signingConfig signingConfigs.MTK8183
// }
//
// G10PDebug.initWith(debug)
// G10PDebug {
// versionNameSuffix "-debug"
// debuggable true
// signingConfig signingConfigs.G10P
// }
//
// G10PRelease.initWith(release)
// G10PRelease {
// signingConfig signingConfigs.G10P
// }
//
// zhanRuiRelease.initWith(release)
// zhanRuiRelease {
// signingConfig signingConfigs.zhanRui
// }
//
// zhanRuiDebug.initWith(debug)
// zhanRuiDebug {
// versionNameSuffix "-debug"
// debuggable true
// signingConfig signingConfigs.zhanRui
// }
debug {
// 显示Log
versionNameSuffix "-debug"
@@ -237,8 +156,12 @@ dependencies {
//bindView
implementation 'com.jakewharton:butterknife:10.2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
implementation 'com.jakewharton.rxbinding4:rxbinding:4.0.0'
implementation 'com.jeremyliao:live-event-bus-x:1.7.3'
implementation 'com.facebook.rebound:rebound:0.3.8'
//高德地图定位
implementation 'com.amap.api:location:5.1.0'
//百度地图
// implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.1.8'
//MMKV