version:7.1

fix:
update:更新圆角,修复修改字体大小报错
This commit is contained in:
2022-12-28 16:48:55 +08:00
parent 7c9581a913
commit f05d2aa40e
39 changed files with 294 additions and 320 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 60
versionName "6.9"
versionCode 62
versionName "7.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -177,6 +177,7 @@ dependencies {
implementation "androidx.viewpager2:viewpager2:1.0.0"
// Java language implementation
implementation "androidx.fragment:fragment:1.4.1"
implementation "androidx.viewpager2:viewpager2:1.0.0"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
@@ -184,7 +185,8 @@ dependencies {
implementation "androidx.room:room-runtime:2.4.3"
annotationProcessor "androidx.room:room-compiler:2.4.3"
//内存泄漏检测
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
//磁盘缓存
implementation 'com.jakewharton:disklrucache:2.0.2'
//glide