From b9b1a1ab09fecb2f7ed93373e4a6118c0a7207bd Mon Sep 17 00:00:00 2001 From: Blankj <625783482@qq.com> Date: Wed, 24 Oct 2018 15:29:24 +0800 Subject: [PATCH] see 10/24 log --- README-CN.md | 2 +- README.md | 2 +- config.gradle | 2 +- utilcode/README-CN.md | 2 +- utilcode/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README-CN.md b/README-CN.md index 730654ebad..7152791b5b 100644 --- a/README-CN.md +++ b/README-CN.md @@ -41,7 +41,7 @@ [logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png -[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.21.0-brightgreen.svg +[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.21.1-brightgreen.svg [auc]: https://github.com/Blankj/AndroidUtilCode [apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg diff --git a/README.md b/README.md index 9b546b0889..a57ccf565c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If this project helps you a lot and you want to support the project's developmen [logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png -[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.21.0-brightgreen.svg +[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.21.1-brightgreen.svg [auc]: https://github.com/Blankj/AndroidUtilCode [apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg diff --git a/config.gradle b/config.gradle index 5930e5f7cc..ddbf139504 100644 --- a/config.gradle +++ b/config.gradle @@ -177,7 +177,7 @@ def configAppDependencies(Project pro) { // LeakCanary debugImplementation depConfig.leakcanary.android releaseImplementation depConfig.leakcanary.android_no_op -// implementation 'com.blankj:utilcode:1.21.0' +// implementation 'com.blankj:utilcode:1.21.1' } } diff --git a/utilcode/README-CN.md b/utilcode/README-CN.md index 9c206e5688..48dc7df582 100644 --- a/utilcode/README-CN.md +++ b/utilcode/README-CN.md @@ -2,7 +2,7 @@ Gradle: ```groovy -implementation 'com.blankj:utilcode:1.21.0' +implementation 'com.blankj:utilcode:1.21.1' ``` diff --git a/utilcode/README.md b/utilcode/README.md index 5bd3b02c03..ab48c321c6 100644 --- a/utilcode/README.md +++ b/utilcode/README.md @@ -2,7 +2,7 @@ Gradle: ```groovy -implementation 'com.blankj:utilcode:1.21.0' +implementation 'com.blankj:utilcode:1.21.1' ```