We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc50be commit 67708fcCopy full SHA for 67708fc
2 files changed
indicator-fast-scroll/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'kotlin-android'
3
4
-def libraryVersionName = '1.0'
+def libraryVersionName = '1.0.1'
5
6
android {
7
compileSdkVersion 27
readme.md
@@ -16,7 +16,7 @@
16
17
Add the dependency to your app's `build.gradle`:
18
```groovy
19
-implementation 'com.reddit:indicator-fast-scroll:1.0'
+implementation 'com.reddit:indicator-fast-scroll:1.0.1'
20
```
21
22
Then, add the fast scroller to the layout with your RecyclerView:
0 commit comments