1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-11 21:50:39 +08:00
1. 增加 压缩
2. 优化 响应
This commit is contained in:
fumiama
2021-03-13 01:22:56 +08:00
parent b521eb2d28
commit 52dc8db3c5
93 changed files with 24273 additions and 91 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "top.fumiama.base16384"
minSdkVersion 23
targetSdkVersion 30
versionCode 8
versionName '1.3.1'
versionCode 9
versionName '2.0'
resConfigs "zh", "en"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -37,7 +37,7 @@ android {
externalNativeBuild {
cmake {
path "src/main/cpp/CMakeLists.txt"
//version "3.10.2"
version "3.10.2"
}
}
compileOptions {
@@ -62,9 +62,9 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}