更新类库

This commit is contained in:
2026-06-02 02:55:10 +08:00
parent 9ce03ea542
commit 92e59bdb9e
3 changed files with 9 additions and 10 deletions

View File

@@ -44,13 +44,12 @@ 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:libaes:15.20.11'
//api 'cc.winboll.studio:libappbase:15.20.22'
//api 'cc.winboll.studio:libaes:15.20.11'
// 备用库 jitpack.io 地址
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.20'
//api 'com.github.ZhanGSKen:libaes:aes-v15.20.8'
api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.22'
api 'com.github.ZhanGSKen:libaes:aes-v15.20.11'
api fileTree(dir: 'libs', include: ['*.jar'])
}