File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ add this into gradle
41
41
42
42
dependencies {
43
43
...
44
- compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.0-beta4 '
44
+ compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.0-beta5 '
45
45
...
46
46
}
47
47
@@ -89,7 +89,7 @@ It is easy to setup like a Recycler List View.
89
89
90
90
dependencies {
91
91
...
92
- compile 'com.github.lsjwzh.RecyclerViewPager:tablayoutsupport:v1.1.0-beta4 '
92
+ compile 'com.github.lsjwzh.RecyclerViewPager:tablayoutsupport:v1.1.0-beta5 '
93
93
...
94
94
}
95
95
@@ -116,6 +116,7 @@ Ex:In a 'LoopRecyclerViewPager' with 10 items, 'scrollToPosition(1)' will get
116
116
same scroll behavior as 'scrollToPosition(11)'、'scrollToPosition(21)' and so on.
117
117
118
118
### Release Notes:
119
+ 1.1.0beta5 feat: TabLayoutSupport Lib supports LoopViewPager
119
120
1.1.0beta4 fix bug:support ItemDecorations;
120
121
1.1.0beta3 support reverse;
121
122
1.1.0 refactor;support TabLayout;
You can’t perform that action at this time.
0 commit comments