Skip to content

Commit 9409d89

Browse files
committed
see 04/28 log
1 parent 320ecaf commit 9409d89

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

README-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
4343

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
4545
[auc]: https://github.com/Blankj/AndroidUtilCode
4646

4747
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If this project helps you a lot and you want to support the project's developmen
4141

4242
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
4343

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
4545
[auc]: https://github.com/Blankj/AndroidUtilCode
4646

4747
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
// LeakCanary
5757
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakcanary_version"
5858
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'
6060
}
6161

6262

update_log.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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 修复多个空异常
24
* 18/04/24 修复多 FileProvider 带来的问题,发布 1.14.0 版本
35
* 18/04/23 新增 RSA 加解密,发布 1.13.16 版本
46
* 18/04/22 新增 LogUtils 设置栈偏移

utilcode/README-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gradle:
44
```groovy
5-
implementation 'com.blankj:utilcode:1.14.0'
5+
implementation 'com.blankj:utilcode:1.14.1'
66
```
77

88

utilcode/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gradle:
44
```groovy
5-
implementation 'com.blankj:utilcode:1.14.0'
5+
implementation 'com.blankj:utilcode:1.14.1'
66
```
77

88

0 commit comments

Comments
 (0)