We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bc972b + a99581a commit 6252d40Copy full SHA for 6252d40
README.md
@@ -27,7 +27,7 @@ allprojects {
27
然后在你的 module 中添加:
28
29
```
30
-implementation 'com.github.LillteZheng:ViewPagerHelper:v2.0'
+implementation 'com.github.LillteZheng:ViewPagerHelper:v2.1'
31
32
33
**v2.0 与之前变动较大,建议更新到最新版,支持更多效果和修复不少bug**
@@ -131,7 +131,7 @@ implementation 'com.github.LillteZheng:ViewPagerHelper:v2.0'
131
132
## 版本说明
133
134
-**v2.0**
+**v2.1**
135
- 大改动,去掉了之前很多无用代码和逻辑
136
- Indicator 效果全部统一到了 CircleIndicator 和 RectIndicator,其他的去掉
137
- BannerViewPager 增加 setCurrentPosition(int page) 默认选中第几页方法
0 commit comments