From bc65ace3856054b923bbfe30a4c763a8c17c486f Mon Sep 17 00:00:00 2001 From: chaychan <844738237@qq.com> Date: Tue, 20 Mar 2018 12:00:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index 57abf99..c39c4fc 100644 --- a/README-en.md +++ b/README-en.md @@ -281,7 +281,7 @@ Add the jitpack repository address in allprojects{} in build.gradle in the proje Open the build.gradle in the app's module, add dependencies in dependencies {} as follows: dependencies { - compile 'com.github.chaychan:BottomBarLayout:1.1.1' //It is recommended to use the latest version + compile 'com.github.chaychan:BottomBarLayout:1.1.2' //It is recommended to use the latest version }