From fbd8441264b7118b8d6aa1d561e2c335e4725eda Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Sat, 29 Mar 2025 12:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=B1=BB=E5=BA=93=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=BA=94=E7=94=A8=E4=BB=8B=E7=BB=8D=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=BC=95=E7=94=A8=E5=86=B2=E7=AA=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mymessagemanager/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mymessagemanager/build.gradle b/mymessagemanager/build.gradle index 5ce6f56..bd2e6c9 100644 --- a/mymessagemanager/build.gradle +++ b/mymessagemanager/build.gradle @@ -66,6 +66,6 @@ dependencies { api 'com.google.android.material:material:1.0.0' api 'cc.winboll.studio:libappbase:15.2.2' - api 'cc.winboll.studio:libapputils:15.2.0' - api 'cc.winboll.studio:libaes:15.2.0' + api 'cc.winboll.studio:libapputils:15.2.1' + api 'cc.winboll.studio:libaes:15.2.1' }