File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11#Changelog
2+ ## 8.4.1(2022-01-07)
3+ * 优化 SystemDns 解析:异步开线程池。
4+
5+
26## 8.4.0(2021-12-07)
37* 优化:
48 * DNS 预解析支持 DoH (DNS over HTTPS)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ https://github.com/qiniudemo/qiniu-lab-android
1515
1616| Qiniu SDK 版本 | 最低 Android版本 | 依赖库版本 |
1717| ------------ | -----------------| ------------------------|
18- | 8.4.0 | Android 4.0+ | okhttp 4+ |
18+ | 8.4.* | Android 4.0+ | okhttp 4+ |
1919| 8.3.2 | Android 4.0+ | okhttp 4+ |
2020| 8.3.1 | Android 4.0+ | okhttp 4+ |
2121| 8.3.0 | Android 5.0+ | okhttp 4+ |
@@ -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.0
36+ * 推荐使用最新版:8.4.1
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.0 " ;
5+ public static final String VERSION = "8.4.1 " ;
66
77 public static final String UTF_8 = "utf-8" ;
88}
You can’t perform that action at this time.
0 commit comments