1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-20 02:40:26 +08:00
This commit is contained in:
fumiama
2020-12-18 21:12:49 +08:00
parent 992bf8266b
commit a56cb067bc
6 changed files with 92 additions and 122 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "top.fumiama.base16384"
minSdkVersion 23
targetSdkVersion 30
versionCode 5
versionName '1.1.2.1'
versionCode 6
versionName '1.2'
resConfigs "zh", "en"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -22,7 +22,6 @@ android {
cppFlags ""
}
}
multiDexEnabled = false
}
/*signingConfigs {
@@ -68,4 +67,4 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
}