Skip to content

Commit d229652

Browse files
committed
update readme
1 parent 8c54ffd commit d229652

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ add this into gradle
4141

4242
dependencies {
4343
...
44-
compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.0-beta4'
44+
compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.0-beta5'
4545
...
4646
}
4747

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

9090
dependencies {
9191
...
92-
compile 'com.github.lsjwzh.RecyclerViewPager:tablayoutsupport:v1.1.0-beta4'
92+
compile 'com.github.lsjwzh.RecyclerViewPager:tablayoutsupport:v1.1.0-beta5'
9393
...
9494
}
9595

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

118118
### Release Notes:
119+
1.1.0beta5 feat: TabLayoutSupport Lib supports LoopViewPager
119120
1.1.0beta4 fix bug:support ItemDecorations;
120121
1.1.0beta3 support reverse;
121122
1.1.0 refactor;support TabLayout;

0 commit comments

Comments
 (0)