Skip to content

Commit fc0377c

Browse files
author
JemyCheung
committed
v7.6.2
1 parent a30f233 commit fc0377c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Changelog
22

3+
# 7.6.2
4+
* 修复序列化异常
5+
* 更正打点日志字段
6+
37
# 7.6.1
48
* 修复上传区域错误
59
* 更正打点日志字段

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ https://github.com/qiniudemo/qiniu-lab-android
2424
| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
2525

2626
### 注意
27-
* 推荐使用最新版:7.6.1,7.6.1使用okhttp4.2.2
27+
* 推荐使用最新版:7.6.2,7.6.2使用okhttp4.2.2
2828
* 7.4.3是在7.5.2版本上降低okhttp版本,其他功能不变
2929
* 从 7.3.13 开始,不在强制依赖 `happy-dns-android`,默认不再提供 `httpDns`,可以调用 `Configuration.Builder#dns(com.qiniu.android.http.Dns)`方法设置外部 `Dns`,自定义 `Dns` 要求实现 `com.qiniu.android.http.Dns` 接口。
3030
* 从7.5.0开始增加了DNS预取和缓存策略,减少dns解析错误

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 = "7.6.1";
5+
public static final String VERSION = "7.6.2";
66

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

0 commit comments

Comments
 (0)