Skip to content

Commit a302089

Browse files
author
YangSen-qn
committed
change version to 8.4.1
1 parent e3bbcf0 commit a302089

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"/>

library/src/main/java/com/qiniu/android/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
public 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
}

0 commit comments

Comments
 (0)