合并 AES 项目

This commit is contained in:
qinglong
2026-05-25 22:00:01 +08:00
parent 15d67918ff
commit 88a2ac2103
3 changed files with 10 additions and 10 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.18'
api 'cc.winboll.studio:libappbase:15.20.21'
// 备用库 jitpack.io 地址
//api 'com.github.ZhanGSKen:APPBase:appbase-v15.15.3'
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.15.21'
api fileTree(dir: 'libs', include: ['*.jar'])
}