Skip to content

Commit 67708fc

Browse files
committed
Prepare version 1.0.1
1 parent 6fc50be commit 67708fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

indicator-fast-scroll/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33

4-
def libraryVersionName = '1.0'
4+
def libraryVersionName = '1.0.1'
55

66
android {
77
compileSdkVersion 27

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
Add the dependency to your app's `build.gradle`:
1818
```groovy
19-
implementation 'com.reddit:indicator-fast-scroll:1.0'
19+
implementation 'com.reddit:indicator-fast-scroll:1.0.1'
2020
```
2121

2222
Then, add the fast scroller to the layout with your RecyclerView:

0 commit comments

Comments
 (0)