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