File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments