[6.6.0][downloader] 支持字节流下载方式

This commit is contained in:
renwj
2024-08-15 18:11:46 +08:00
parent 5d1593927d
commit 961635e0b3

View File

@@ -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"
}
}