File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11#Changelog
2+ # 7.7.0
3+ * 压缩上报的日志内容
4+ * 获取AutoZone信息接口升级至v4
5+
26# 7.6.7
37* 修复创建dns缓存文件失败问题
48
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ https://github.com/qiniudemo/qiniu-lab-android
1515
1616| Qiniu SDK 版本 | 最低 Android版本 | 依赖库版本 |
1717| ------------ | -----------------| ------------------------|
18+ | 7.7.x | Android 5.0+ | okhttp 4+ |
1819| 7.6.x | Android 5.0+ | okhttp 4+ |
1920| 7.5.x | Android 5.0+ | okhttp 4+ |
2021| 7.4.6 | Android 4.0+ | okhttp 3.12.6 |
@@ -25,7 +26,7 @@ https://github.com/qiniudemo/qiniu-lab-android
2526| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
2627
2728### 注意
28- * 推荐使用最新版:7.6.7
29+ * 推荐使用最新版:7.7.0
2930* AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
3031```
3132 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
@@ -44,10 +45,10 @@ https://github.com/qiniudemo/qiniu-lab-android
4445* Adroid Studio中添加dependencies 或者 在项目中添加maven依赖
4546```
4647// 1. 直接导入
47- implementation 'com.qiniu:qiniu-android-sdk:7.6 .+'
48+ implementation 'com.qiniu:qiniu-android-sdk:7.7 .+'
4849
4950// 2. 如果要修改okhttp依赖的版本,可采用以下方式(强烈建议使用七牛库依赖的okhttp版本)
50- implementation ('com.qiniu:qiniu-android-sdk:7.6 .+'){
51+ implementation ('com.qiniu:qiniu-android-sdk:7.7 .+'){
5152 exclude (group: 'com.squareup.okhttp3', module: 'okhttp')
5253}
5354implementation 'com.squareup.okhttp3:okhttp:4.2.2'
Original file line number Diff line number Diff line change 22
33
44public final class Constants {
5- public static final String VERSION = "7.6.7 " ;
5+ public static final String VERSION = "7.7.0 " ;
66
77 public static final String UTF_8 = "utf-8" ;
88}
You can’t perform that action at this time.
0 commit comments