From 961635e0b3ecc76181c92434a949ab577f3b70be Mon Sep 17 00:00:00 2001 From: renwj Date: Thu, 15 Aug 2024 18:11:46 +0800 Subject: [PATCH] =?UTF-8?q?[6.6.0][downloader]=20=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=AD=97=E8=8A=82=E6=B5=81=E4=B8=8B=E8=BD=BD=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.gradle b/config.gradle index e352fffd5e..e66bf81d1f 100644 --- a/config.gradle +++ b/config.gradle @@ -30,7 +30,7 @@ ext { amapsearch : "com.amap.api:search:9.7.0", amaplocation : "com.amap.api:location:6.3.0", - downloader : "com.mogo.core.net:downloader:1.0.6.1", + downloader : "com.mogo.core.net:downloader:1.0.6.3", // json 转换 gson : "com.google.code.gson:gson:2.8.4", @@ -253,4 +253,4 @@ ext { static boolean isM1Chip() { return System.getProperty("os.name").contains("Mac") && System.getProperty("os.arch") == "aarch64" -} \ No newline at end of file +}