From 217a27cbcd68837274e357ebded1c4924318ce40 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Mon, 15 Dec 2025 18:41:04 +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 --- contacts/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contacts/build.gradle b/contacts/build.gradle index 74c4746..5c98f65 100644 --- a/contacts/build.gradle +++ b/contacts/build.gradle @@ -93,7 +93,7 @@ dependencies { // WinBoLL备用库 jitpack.io 地址 api 'com.github.ZhanGSKen:AES:aes-v15.12.3' - api 'com.github.ZhanGSKen:APPBase:appbase-v15.12.2' + api 'com.github.ZhanGSKen:APPBase:appbase-v15.14.1' api fileTree(dir: 'libs', include: ['*.jar']) }