调整适配Android API 级别

This commit is contained in:
ZhanGSKen 2025-04-29 13:45:03 +08:00
parent 3dd66d387a
commit 62fd671f6e
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ android {
defaultConfig {
applicationId "cc.winboll.studio.apputils"
minSdkVersion 26
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
// versionName
// build.gradle stageCount=0

View File

@ -9,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 29
targetSdkVersion 30
}
buildTypes {
release {
@ -21,7 +21,7 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'cc.winboll.studio:libappbase:15.4.8'
api 'cc.winboll.studio:libappbase:15.7.4'
//
api 'com.google.zxing:core:3.4.1'