更新 Android API 目标版本,更新基础类库,把 WinBoll 改为 WinBoLL。

This commit is contained in:
ZhanGSKen
2025-04-29 15:09:25 +08:00
parent 5a1f1f2d73
commit b4fb680b8c
13 changed files with 8 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 29
targetSdkVersion 30
}
buildTypes {
release {
@@ -51,6 +51,6 @@ dependencies {
//api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
//api 'androidx.fragment:fragment:1.1.0'
api 'cc.winboll.studio:libapputils:15.3.1'
api 'cc.winboll.studio:libappbase:15.4.8'
api 'cc.winboll.studio:libapputils:15.3.4'
api 'cc.winboll.studio:libappbase:15.7.6'
}