From fcc7f07b7009c420d98717d72e420d993122d70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=B0=91=E9=94=90?= <845731923@qq.com> Date: Mon, 23 Mar 2020 21:29:11 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6b63f..e1a8b11 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ allprojects { 然后在你的 module 中添加: ``` -implementation 'com.github.LillteZheng:ViewPagerHelper:v2.2' +implementation 'com.github.LillteZheng:ViewPagerHelper:v2.3' ``` **如果要在 AndroidX 中使用,确保你的工程有以下代码,就可以了,不影响使用:** @@ -142,6 +142,9 @@ android.enableJetifier=true ## 版本说明 +**v2.3** +- 修复indicator刷新时,成倍增加的问题 + **v2.1** - 大改动,去掉了之前很多无用代码和逻辑 - Indicator 效果全部统一到了 CircleIndicator 和 RectIndicator,其他的去掉