From 96621bd58dad003a18bbe08da1ebf38b734cde1f Mon Sep 17 00:00:00 2001 From: Blankj <625783482@qq.com> Date: Wed, 5 Jun 2019 21:04:01 +0800 Subject: [PATCH] see 06/06 log --- utilcode/README-CN.md | 2 +- utilcode/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utilcode/README-CN.md b/utilcode/README-CN.md index 0595b58c..9a33d2f2 100644 --- a/utilcode/README-CN.md +++ b/utilcode/README-CN.md @@ -5,7 +5,7 @@ Gradle: implementation 'com.blankj:utilcode:1.24.1' // if u use AndroidX, use the following -implementation 'com.blankj:utilcodex:1.24.0' +implementation 'com.blankj:utilcodex:1.24.1' ``` diff --git a/utilcode/README.md b/utilcode/README.md index a7a04a84..c1f2039d 100644 --- a/utilcode/README.md +++ b/utilcode/README.md @@ -5,7 +5,7 @@ Gradle: implementation 'com.blankj:utilcode:1.24.1' // if u use AndroidX, use the following -implementation 'com.blankj:utilcodex:1.24.0' +implementation 'com.blankj:utilcodex:1.24.1' ``` -- GitLab