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+ # 7.6.7
3+ * 修复创建dns缓存文件失败问题
4+
25# 7.6.6
36* 修复部分空指针异常
47
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ https://github.com/qiniudemo/qiniu-lab-android
2525| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
2626
2727### 注意
28- * 推荐使用最新版:7.6.6
28+ * 推荐使用最新版:7.6.7
2929* AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
3030```
3131 <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 = "7.6.6 " ;
5+ public static final String VERSION = "7.6.7 " ;
66
77 public static final String UTF_8 = "utf-8" ;
88}
You can’t perform that action at this time.
0 commit comments