Skip to content

Commit be3f3c0

Browse files
author
yangsen
committed
change version
1 parent 95a307e commit be3f3c0

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#Changelog
2+
## 8.4.4 (2022-06-02)
3+
* 处理 Dns 预解析内存问题
24

3-
## 8.4.3 (2022-5-18)
5+
## 8.4.3 (2022-05-18)
46
* 修复:解决使用分片上传 v1 偶现上传异常:在多个区域域名之间进行上传重试的场景下空指针异常
57
* 补充了上传 response status code 注释,详情 [code 注释说明](https://github.com/qiniu/android-sdk/blob/master/library/src/main/java/com/qiniu/android/http/ResponseInfo.java)
68

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.3
36+
* 推荐使用最新版:8.4.4
3737
* 7.6.2 ~ 8.3.2 AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
3838
```
3939
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
5555

5656
// implementation 'com.squareup.okhttp3:okhttp:3.12.+'
57-
implementation 'com.qiniu:happy-dns:1.0.+'
57+
implementation 'com.qiniu:happy-dns:1.0.1'
5858
// for javax.annotation.Nullable use in custom MultipartBody and Headers implements.
5959
// implementation 'com.google.code.findbugs:jsr305:3.0.2'
6060
implementation 'org.conscrypt:conscrypt-android:2.2.1'

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

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

44
public final class Constants {
55

6-
public static final String VERSION = "8.4.3";
6+
public static final String VERSION = "8.4.4";
77

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

0 commit comments

Comments
 (0)