Skip to content

Commit

Permalink
version to 8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsen committed May 10, 2022
1 parent e276607 commit 209ad59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#Changelog
## 8.3.4(2022-05-10)
* 处理分片 v1 上传偶现异常:多区域重试的断点续传场景偶现空指针异常

## 8.3.3(2021-10-20)
* 日志不再统计手机的信号强度

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ https://github.com/qiniudemo/qiniu-lab-android
| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |

### 注意
* 推荐使用最新版:8.3.3
* 推荐使用最新版:8.3.4
* 7.6.2 ~ 8.3.2 AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
```
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


public final class Constants {
public static final String VERSION = "8.3.3";
public static final String VERSION = "8.3.4";

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

0 comments on commit 209ad59

Please sign in to comment.