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

@@ -24,7 +24,7 @@ android {
defaultConfig {
applicationId "cc.winboll.studio.appbase"
minSdkVersion 21
minSdkVersion 26
targetSdkVersion 30
versionCode 1
// versionName 更新后需要手动设置

View File

@@ -1,5 +1,5 @@
#Created by .winboll/winboll_app_build.gradle
#Sun May 10 03:46:22 CST 2026
#Sun May 10 03:55:25 CST 2026
stageCount=23
libraryProject=libappbase
baseVersion=15.15

View File

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