File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This is not an officially supported Google product.
1818
1919<a href =" https://play.google.com/store/apps/details?id=me.zhanghai.android.fastscroll.sample " target =" _blank " ><img alt =" Google Play " height =" 90 " src =" https://play.google.com/intl/en_US/badges/images/generic/en_badge_web_generic.png " /></a >
2020
21- [ Sample APK] ( //github.com/zhanghai/AndroidFastScroll/releases/download/v1.0.2 /sample-release.apk )
21+ [ Sample APK] ( //github.com/zhanghai/AndroidFastScroll/releases/download/v1.0.3 /sample-release.apk )
2222
2323<p ><img src =" screenshot/default.png " width =" 49% " />
2424<img src =" screenshot/md2.png " width =" 49% " /></p >
@@ -36,7 +36,7 @@ This library is loosely based on the following AOSP implementations:
3636Gradle:
3737
3838``` gradle
39- implementation 'me.zhanghai.android.fastscroll:library:1.0.2 '
39+ implementation 'me.zhanghai.android.fastscroll:library:1.0.3 '
4040```
4141
4242## Usage
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ org.gradle.jvmargs=-Xmx1536m
1313# org.gradle.parallel=true
1414
1515GROUP =me.zhanghai.android.fastscroll
16- VERSION =1.0.2
17- VERSION_CODE =3
16+ VERSION =1.0.3
17+ VERSION_CODE =4
1818
1919POM_DESCRIPTION =RecyclerView with fast scroll support
2020POM_URL =https://github.com/zhanghai/AndroidFastScroll
You can’t perform that action at this time.
0 commit comments