Skip to content

Commit e3fbc38

Browse files
author
YangSen-qn
committed
version to 8.4.2
1 parent 52c5fe2 commit e3fbc38

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"/>

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.1";
5+
public static final String VERSION = "8.4.2";
66

77
public static final String UTF_8 = "utf-8";
88
}

0 commit comments

Comments
 (0)