File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
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.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"/>
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 33
44public 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}
You can’t perform that action at this time.
0 commit comments