Skip to content

Commit e491b59

Browse files
author
YangSen-qn
committed
change version to 8.1.2
1 parent 274bd9a commit e491b59

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Changelog
2-
## 8.2.0(2021-01-18)
2+
## 8.1.2(2021-01-18)
33
* 区域查询采用SingleFlight模式
44
* 增加网络链接状态检测
55

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ https://github.com/qiniudemo/qiniu-lab-android
1515

1616
| Qiniu SDK 版本 | 最低 Android版本 | 依赖库版本 |
1717
|------------ |-----------------|------------------------|
18-
| 8.2.x | Android 5.0+ | okhttp 4+ |
1918
| 8.1.x | Android 5.0+ | okhttp 4+ |
2019
| 8.0.x | Android 5.0+ | okhttp 4+ |
2120
| 7.7.x | Android 5.0+ | okhttp 4+ |
@@ -29,7 +28,7 @@ https://github.com/qiniudemo/qiniu-lab-android
2928
| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
3029

3130
### 注意
32-
* 推荐使用最新版:8.2.0
31+
* 推荐使用最新版:8.1.2
3332
* AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
3433
```
3534
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
@@ -47,10 +46,10 @@ https://github.com/qiniudemo/qiniu-lab-android
4746
* Android Studio中添加dependencies 或者 在项目中添加maven依赖
4847
```
4948
// 1. 直接导入
50-
implementation 'com.qiniu:qiniu-android-sdk:8.2.+'
49+
implementation 'com.qiniu:qiniu-android-sdk:8.1.+'
5150
5251
// 2. 如果要修改okhttp依赖的版本,可采用以下方式(强烈建议使用七牛库依赖的okhttp版本)
53-
implementation ('com.qiniu:qiniu-android-sdk:8.2.+'){
52+
implementation ('com.qiniu:qiniu-android-sdk:8.1.+'){
5453
exclude (group: 'com.squareup.okhttp3', module: 'okhttp')
5554
}
5655
implementation 'com.squareup.okhttp3:okhttp:4.2.2'

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

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

0 commit comments

Comments
 (0)