Skip to content

Commit 4ec68cf

Browse files
author
YangSen-qn
committed
change version info
1 parent 19e23fc commit 4ec68cf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#Changelog
2+
# 7.6.7
3+
* 修复创建dns缓存文件失败问题
4+
25
# 7.6.6
36
* 修复部分空指针异常
47

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"/>

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

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

0 commit comments

Comments
 (0)