File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11#Changelog
22
3+ # 7.6.1
4+ * 修复上传区域错误
5+ * 更正打点日志字段
6+
37# 7.6.0
48* 新增打点日志
59* 解决CI问题
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ https://github.com/qiniudemo/qiniu-lab-android
1414
1515| Qiniu SDK 版本 | 最低 Android版本 | 依赖库版本 |
1616| ------------ | -----------------| ------------------------|
17- | 7.6.0 | Android 5.0+ | okhttp 4+ |
17+ | 7.6.x | Android 5.0+ | okhttp 4+ |
1818| 7.5.x | Android 5.0+ | okhttp 4+ |
1919| 7.4.3 | Android 2.3+ | okhttp 3.12.6 |
2020| 7.3.x | Android 2.3+ | okhttp 3.11.0 |
@@ -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.0 ,7.6.0使用okhttp4 .2.2
27+ * 推荐使用最新版:7.6.1 ,7.6.1使用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解析错误
You can’t perform that action at this time.
0 commit comments