version:6.2

fix:
update:手机适配,优化mvvm
This commit is contained in:
2024-07-08 10:35:12 +08:00
parent f06f51c5a7
commit 90e98b73c0
137 changed files with 7047 additions and 4420 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.uiuios.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 52
versionName "6.1"
versionCode 53
versionName "6.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -27,7 +27,7 @@ android {
}
manifestPlaceholders = [
AMAP_KEY : "372937d213ff288dc150c31967a200cd"
AMAP_KEY: "372937d213ff288dc150c31967a200cd"
]
}
@@ -121,6 +121,7 @@ dependencies {
implementation "androidx.fragment:fragment:1.4.1"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.1.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'