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 Mar 23, 2020
2 parents 32e5458 + fcc7f07 commit bc742f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
然后在你的 module 中添加:

```
implementation 'com.github.LillteZheng:ViewPagerHelper:v2.2'
implementation 'com.github.LillteZheng:ViewPagerHelper:v2.3'
```

**如果要在 AndroidX 中使用,确保你的工程有以下代码,就可以了,不影响使用:**
Expand Down Expand Up @@ -142,6 +142,9 @@ android.enableJetifier=true

## 版本说明

**v2.3**
- 修复indicator刷新时,成倍增加的问题

**v2.1**
- 大改动,去掉了之前很多无用代码和逻辑
- Indicator 效果全部统一到了 CircleIndicator 和 RectIndicator,其他的去掉
Expand Down

0 comments on commit bc742f3

Please sign in to comment.