源码整理,更新类库

This commit is contained in:
2026-06-03 07:02:09 +08:00
parent b162eb1a4e
commit 3fc0883e0e
4 changed files with 9 additions and 11 deletions

View File

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