Skip to content

Commit 5da3958

Browse files
committed
[Feature] Bump version to 1.0.4.
1 parent 92baf7d commit 5da3958

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.3/sample-release.apk)
21+
[Sample APK](//github.com/zhanghai/AndroidFastScroll/releases/download/v1.0.4/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:
3636
Gradle:
3737

3838
```gradle
39-
implementation 'me.zhanghai.android.fastscroll:library:1.0.3'
39+
implementation 'me.zhanghai.android.fastscroll:library:1.0.4'
4040
```
4141

4242
## Usage

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ org.gradle.jvmargs=-Xmx1536m
1313
# org.gradle.parallel=true
1414

1515
GROUP=me.zhanghai.android.fastscroll
16-
VERSION=1.0.3
17-
VERSION_CODE=4
16+
VERSION=1.0.4
17+
VERSION_CODE=5
1818

1919
POM_DESCRIPTION=RecyclerView with fast scroll support
2020
POM_URL=https://github.com/zhanghai/AndroidFastScroll

0 commit comments

Comments
 (0)