Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lsjwzh committed Jan 24, 2016
1 parent 8c54ffd commit d229652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ add this into gradle

dependencies {
...
compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.0-beta4'
compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.0-beta5'
...
}

Expand Down Expand Up @@ -89,7 +89,7 @@ It is easy to setup like a Recycler List View.

dependencies {
...
compile 'com.github.lsjwzh.RecyclerViewPager:tablayoutsupport:v1.1.0-beta4'
compile 'com.github.lsjwzh.RecyclerViewPager:tablayoutsupport:v1.1.0-beta5'
...
}

Expand All @@ -116,6 +116,7 @@ Ex:In a 'LoopRecyclerViewPager' with 10 items, 'scrollToPosition(1)' will get
same scroll behavior as 'scrollToPosition(11)'、'scrollToPosition(21)' and so on.

### Release Notes:
1.1.0beta5 feat: TabLayoutSupport Lib supports LoopViewPager
1.1.0beta4 fix bug:support ItemDecorations;
1.1.0beta3 support reverse;
1.1.0 refactor;support TabLayout;
Expand Down

0 comments on commit d229652

Please sign in to comment.