File tree 6 files changed +8
-6
lines changed
6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 41
41
42
42
[ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
43
43
44
- [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.14.0 -brightgreen.svg
44
+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.14.1 -brightgreen.svg
45
45
[ auc ] : https://github.com/Blankj/AndroidUtilCode
46
46
47
47
[ apisvg ] : https://img.shields.io/badge/API-14+-brightgreen.svg
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ If this project helps you a lot and you want to support the project's developmen
41
41
42
42
[ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
43
43
44
- [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.14.0 -brightgreen.svg
44
+ [ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.14.1 -brightgreen.svg
45
45
[ auc ] : https://github.com/Blankj/AndroidUtilCode
46
46
47
47
[ apisvg ] : https://img.shields.io/badge/API-14+-brightgreen.svg
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
56
56
// LeakCanary
57
57
debugImplementation " com.squareup.leakcanary:leakcanary-android:$leakcanary_version "
58
58
releaseImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$leakcanary_version "
59
- // implementation 'com.blankj:utilcode:1.14.0 '
59
+ // implementation 'com.blankj:utilcode:1.14.1 '
60
60
}
61
61
62
62
Original file line number Diff line number Diff line change 1
- * 18/04/25 修复多个空异常,发布 1.14.1 版本
1
+ * 18/04/28 新增 FlashlightUtils,发布 1.14.1 版本
2
+ * 18/04/26 修复 KeyboardUtils 全屏 NO_LIMIT 的 bug
3
+ * 18/04/25 修复多个空异常
2
4
* 18/04/24 修复多 FileProvider 带来的问题,发布 1.14.0 版本
3
5
* 18/04/23 新增 RSA 加解密,发布 1.13.16 版本
4
6
* 18/04/22 新增 LogUtils 设置栈偏移
Original file line number Diff line number Diff line change 2
2
3
3
Gradle:
4
4
``` groovy
5
- implementation 'com.blankj:utilcode:1.14.0 '
5
+ implementation 'com.blankj:utilcode:1.14.1 '
6
6
```
7
7
8
8
Original file line number Diff line number Diff line change 2
2
3
3
Gradle:
4
4
``` groovy
5
- implementation 'com.blankj:utilcode:1.14.0 '
5
+ implementation 'com.blankj:utilcode:1.14.1 '
6
6
```
7
7
8
8
You can’t perform that action at this time.
0 commit comments