fix: appbase 和 libappbase 模块 minSdkVersion 从 21 升级至 26

- appbase/build.gradle: minSdkVersion 21 → 26
- libappbase/build.gradle: minSdkVersion 21 → 26
This commit is contained in:
2026-05-10 04:01:44 +08:00
parent 6e6b262e86
commit 819018b149
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ android {
buildToolsVersion "30.0.3"
defaultConfig {
minSdkVersion 21
minSdkVersion 26
targetSdkVersion 30
}
buildTypes {