version:2.1

fix:
update:优化获取首页同城数据失败
This commit is contained in:
2022-06-23 21:31:27 +08:00
parent 7f0aad7dbf
commit 189d0ff52a
13 changed files with 831 additions and 53 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 12
versionName "2.1"
versionCode 13
versionName "2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -155,6 +155,9 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
//磁盘缓存
implementation 'com.jakewharton:disklrucache:2.0.2'
//glide
implementation 'com.github.bumptech.glide:glide:4.13.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'