恢复appbase项目文件为当前origin/appbase分支最新提交版

This commit is contained in:
2026-05-13 14:56:15 +08:00
parent 899673cec4
commit b017f84449
64 changed files with 2658 additions and 1404 deletions

View File

@@ -9,7 +9,7 @@ android {
buildToolsVersion "30.0.3"
defaultConfig {
minSdkVersion 21
minSdkVersion 26
targetSdkVersion 30
}
buildTypes {
@@ -18,6 +18,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
dependencies {