From 174a0520884308496e2b45f240739e4aab4e111e Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Sat, 29 Mar 2025 12:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=B1=BB=E5=BA=93=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E6=AC=A1=E5=BA=8F=EF=BC=8C=E9=A2=84=E9=98=B2=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E5=BC=95=E7=94=A8=E6=AC=A1=E5=BA=8F=E6=B7=B7=E4=B9=B1?= =?UTF-8?q?=E3=80=82?= 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 bd2e6c9..443f722 100644 --- a/mymessagemanager/build.gradle +++ b/mymessagemanager/build.gradle @@ -65,7 +65,7 @@ dependencies { //api 'androidx.fragment:fragment:1.1.0' api 'com.google.android.material:material:1.0.0' - api 'cc.winboll.studio:libappbase:15.2.2' - api 'cc.winboll.studio:libapputils:15.2.1' api 'cc.winboll.studio:libaes:15.2.1' + api 'cc.winboll.studio:libapputils:15.2.1' + api 'cc.winboll.studio:libappbase:15.2.2' }