From 6702965bd5f208bad93b1bbb08a5a4c0aa98f393 Mon Sep 17 00:00:00 2001 From: chaychan <844738237@qq.com> Date: Wed, 10 Jan 2018 15:03:57 +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.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 327a319..8318f65 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ 打开app的module中的build.gradle,在dependencies{}中,添加依赖,如下: dependencies { - compile 'com.github.chaychan:BottomBarLayout:1.0.7' //建议使用最新版本 + compile 'com.github.chaychan:BottomBarLayout:1.0.8' //建议使用最新版本 } -- GitLab