合并 AES 项目

This commit is contained in:
qinglong
2026-06-03 22:00:09 +08:00
parent c3ce6d7980
commit 3e78181621
9 changed files with 99 additions and 60 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.26'
// 备用库 jitpack.io 地址
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.15.21'
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.26'
api fileTree(dir: 'libs', include: ['*.jar'])
}