From 3359270103c89e0d35fe565344654d8e58ab4c5a Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Mon, 18 May 2026 02:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9F=BA=E7=A1=80=E7=B1=BB?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stallhelper/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stallhelper/build.gradle b/stallhelper/build.gradle index cd5975b..f267cdc 100644 --- a/stallhelper/build.gradle +++ b/stallhelper/build.gradle @@ -73,8 +73,8 @@ dependencies { //annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0' // WinBoLL库 nexus.winboll.cc 地址 - api 'cc.winboll.studio:libaes:15.20.3' - api 'cc.winboll.studio:libappbase:15.20.9' + api 'cc.winboll.studio:libaes:15.20.4' + api 'cc.winboll.studio:libappbase:15.20.15' api fileTree(dir: 'libs', include: ['*.jar']) }