From 534ec286373dca8658bde709f3521b20f9c7425e Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Thu, 7 May 2026 14:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Maven=E5=BA=93=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E7=B1=BB=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gpsrelaysentinel/build.gradle | 4 ++-- libgpsrelaysentinel/build.gradle | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gpsrelaysentinel/build.gradle b/gpsrelaysentinel/build.gradle index 8b8ddd9..1106541 100644 --- a/gpsrelaysentinel/build.gradle +++ b/gpsrelaysentinel/build.gradle @@ -115,8 +115,8 @@ dependencies { implementation 'com.termux:termux-shared:0.118.0' // WinBoLL库 nexus.winboll.cc 地址 - api 'cc.winboll.studio:libaes:15.15.2' - api 'cc.winboll.studio:libappbase:15.15.11' + api 'cc.winboll.studio:libaes:15.15.9' + api 'cc.winboll.studio:libappbase:15.15.21' // WinBoLL备用库 jitpack.io 地址 //api 'com.github.ZhanGSKen:AES:aes-v15.15.7' diff --git a/libgpsrelaysentinel/build.gradle b/libgpsrelaysentinel/build.gradle index b11c04e..6b489a2 100644 --- a/libgpsrelaysentinel/build.gradle +++ b/libgpsrelaysentinel/build.gradle @@ -21,5 +21,10 @@ android { } dependencies { + + // WinBoLL库 nexus.winboll.cc 地址 + api 'cc.winboll.studio:libaes:15.15.9' + api 'cc.winboll.studio:libappbase:15.15.21' + api fileTree(dir: 'libs', include: ['*.jar']) }