Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzhengsr committed Jan 29, 2020
2 parents 4bc972b + a99581a commit 6252d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {
然后在你的 module 中添加:

```
implementation 'com.github.LillteZheng:ViewPagerHelper:v2.0'
implementation 'com.github.LillteZheng:ViewPagerHelper:v2.1'
```

**v2.0 与之前变动较大,建议更新到最新版,支持更多效果和修复不少bug**
Expand Down Expand Up @@ -131,7 +131,7 @@ implementation 'com.github.LillteZheng:ViewPagerHelper:v2.0'

## 版本说明

**v2.0**
**v2.1**
- 大改动,去掉了之前很多无用代码和逻辑
- Indicator 效果全部统一到了 CircleIndicator 和 RectIndicator,其他的去掉
- BannerViewPager 增加 setCurrentPosition(int page) 默认选中第几页方法
Expand Down

0 comments on commit 6252d40

Please sign in to comment.