File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11#Changelog
2+ ## 8.3.4(2022-05-10)
3+ * 处理分片 v1 上传偶现异常:多区域重试的断点续传场景偶现空指针异常
4+
25## 8.3.3(2021-10-20)
36* 日志不再统计手机的信号强度
47
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ https://github.com/qiniudemo/qiniu-lab-android
3131| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
3232
3333### 注意
34- * 推荐使用最新版:8.3.3
34+ * 推荐使用最新版:8.3.4
3535* 7.6.2 ~ 8.3.2 AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
3636```
3737 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
Original file line number Diff line number Diff line change 22
33
44public final class Constants {
5- public static final String VERSION = "8.3.3 " ;
5+ public static final String VERSION = "8.3.4 " ;
66
77 public static final String UTF_8 = "utf-8" ;
88}
You can’t perform that action at this time.
0 commit comments