version:1.0.1

fix:
update:加入multidex,修改字体大小为sp
This commit is contained in:
2025-12-05 14:36:33 +08:00
parent 2ed1a735cf
commit e6a2e71979
30 changed files with 174 additions and 161 deletions

View File

@@ -20,6 +20,9 @@ android {
versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
compileOptions {
@@ -144,6 +147,7 @@ dependencies {
implementation "androidx.fragment:fragment:1.4.1"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.multidex:multidex:2.0.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'