From 615f91adcc932f7ac2809af35ff7027cd82c7767 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 21 Jul 2026 14:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A7=E7=89=88AES?= =?UTF-8?q?=EF=BC=8C=E8=AE=A1=E5=88=92=E8=B0=83=E8=AF=95=E7=89=88=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=97=A7=E7=89=88SMTP=E6=9C=8D=E5=8A=A1=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appbase/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appbase/build.gradle b/appbase/build.gradle index eee09d5..32aa5a4 100644 --- a/appbase/build.gradle +++ b/appbase/build.gradle @@ -48,6 +48,10 @@ android { dependencies { api project(':libappbase') - + + // WinBoLL库 nexus.winboll.cc 地址 + //api 'cc.winboll.studio:libappbase:15.20.+' + api 'cc.winboll.studio:libaes:15.20.21' + api fileTree(dir: 'libs', include: ['*.jar']) }