更新类库

This commit is contained in:
2026-06-02 09:14:33 +08:00
parent 375635436b
commit e15c8076de
4 changed files with 8 additions and 8 deletions

View File

@@ -45,11 +45,11 @@ dependencies {
// WinBoLL库 nexus.winboll.cc 地址
//api 'cc.winboll.studio:libappbase:15.20.22'
//api 'cc.winboll.studio:libaes:15.20.11'
//api 'cc.winboll.studio:libaes:15.20.12'
// 备用库 jitpack.io 地址
api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.22'
api 'com.github.ZhanGSKen:libaes:aes-v15.20.11'
api 'com.github.ZhanGSKen:libaes:aes-v15.20.12'
api fileTree(dir: 'libs', include: ['*.jar'])
}