Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
chaychan committed Feb 27, 2018
1 parent c579bc4 commit 7277633
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@

![](./intro_img/4.png)

### V1.1.1版本更新说明(2018-01-05)

- 修复一定要设置ViewPager的问题,修改成可设置或不设置;

- 修改点击回调,回调多一个previousPosition(上个页签的位置)

- 添加两种使用方式的demo演示


### V1.0.7版本更新说明(2018-01-05)

Expand Down Expand Up @@ -278,7 +286,7 @@
打开app的module中的build.gradle,在dependencies{}中,添加依赖,如下:

dependencies {
compile 'com.github.chaychan:BottomBarLayout:1.1.0' //建议使用最新版本
compile 'com.github.chaychan:BottomBarLayout:1.1.1' //建议使用最新版本
}


Expand Down

0 comments on commit 7277633

Please sign in to comment.