jitpack.io 库测试完成

This commit is contained in:
2025-12-06 15:17:00 +08:00
parent 382f8c3412
commit 00142a0b05
2 changed files with 4 additions and 4 deletions

View File

@@ -83,9 +83,9 @@ dependencies {
api 'cc.winboll.studio:libaes:15.11.8'
// WinBoLL库 nexus.winboll.cc 地址
api 'cc.winboll.studio:libappbase:15.12.2'
//api 'cc.winboll.studio:libappbase:15.12.2'
// 备用库 jitpack.io 地址
//api 'com.github.ZhanGSKen:APPBase:appbase-v15.12.1'
api 'com.github.ZhanGSKen:APPBase:appbase-v15.12.2'
api fileTree(dir: 'libs', include: ['*.jar'])
}