更新安卓适配版本

This commit is contained in:
ZhanGSKen
2025-03-15 15:33:36 +08:00
parent 6ccbaf8c32
commit f04f5cf77c
2 changed files with 3 additions and 3 deletions

View File

@@ -45,6 +45,6 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
implementation 'cc.winboll.studio:libappbase:15.0.0'
implementation 'cc.winboll.studio:libappbase:15.0.2'
implementation 'androidx.appcompat:appcompat:1.1.0'
}