增加应用适配系统范围

This commit is contained in:
ZhanGSKen 2025-03-27 11:44:58 +08:00
parent 08f990de65
commit bc0eb69edf
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ android {
defaultConfig {
applicationId "cc.winboll.studio.appbase"
minSdkVersion 26
minSdkVersion 24
targetSdkVersion 29
versionCode 1
// versionName

View File

@ -9,7 +9,7 @@ android {
buildToolsVersion "32.0.0"
defaultConfig {
minSdkVersion 26
minSdkVersion 24
targetSdkVersion 29
}
buildTypes {