更新类库,编译调试。

This commit is contained in:
2026-06-24 04:22:50 +08:00
parent 0a174f531f
commit b20f53d06e
3 changed files with 6 additions and 6 deletions

View File

@@ -62,9 +62,9 @@ dependencies {
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
// WinBoLL库 nexus.winboll.cc 地址
//api 'cc.winboll.studio:libappbase:15.20.26'
api 'cc.winboll.studio:libappbase:15.20.33'
// 备用库 jitpack.io 地址
api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.26'
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.33'
api fileTree(dir: 'libs', include: ['*.jar'])
}