File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11#Changelog
2+ ## 8.4.2(2022-02-28)
3+ * 优化:
4+ * uc query 流程增加新的域名
5+
26## 8.4.1(2022-01-27)
3- * 优化 SystemDns 解析:异步开线程池,降低高并发场景下对内存资源占用。
7+ * 优化
8+ * SystemDns 解析:异步开线程池,降低高并发场景下对内存资源占用。
49
510
611## 8.4.0(2021-12-07)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ https://github.com/qiniudemo/qiniu-lab-android
3333| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
3434
3535### 注意
36- * 推荐使用最新版:8.4.1
36+ * 推荐使用最新版:8.4.2
3737* 7.6.2 ~ 8.3.2 AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
3838```
3939 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
Original file line number Diff line number Diff line change 22
33
44public final class Constants {
5- public static final String VERSION = "8.4.1 " ;
5+ public static final String VERSION = "8.4.2 " ;
66
77 public static final String UTF_8 = "utf-8" ;
88}
You can’t perform that action at this time.
0 commit comments