排卡部分修复

This commit is contained in:
2025-04-20 02:54:12 +08:00
parent b5fb065208
commit 8a6e7d6dd9
13 changed files with 420 additions and 183 deletions

View File

@@ -11,7 +11,7 @@ android {
minSdk 29
targetSdk 34
versionCode 1
versionName "1.6.2"
versionName "1.6.3 beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -60,12 +60,10 @@ dependencies {
implementation 'com.baidu.lbsyun:BaiduMapSDK_Map:7.6.3'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
implementation 'com.github.yalantis:ucrop:2.2.8'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment:2.5.3'
implementation 'androidx.navigation:navigation-ui:2.5.3'
@@ -73,6 +71,4 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'jp.wasabeef:glide-transformations:4.3.0'
}