version:1.0.1
fix: update:加入multidex,修改字体大小为sp
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user