We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a08653 commit dce089dCopy full SHA for dce089d
2 files changed
README.md
@@ -36,7 +36,7 @@ This library is loosely based on the following AOSP implementations:
36
Gradle:
37
38
```gradle
39
-implementation 'me.zhanghai.android.fastscroll:library:1.1.5'
+implementation 'me.zhanghai.android.fastscroll:library:1.1.6'
40
```
41
42
This library uses [Java 8 bytecode](https://developer.android.com/studio/write/java8-support), so you will need to enable it in your project as well:
fastlane/metadata/android/en-US/changelogs/12.txt
@@ -0,0 +1,2 @@
1
+- Updated dependencies.
2
+- Published library to Maven Central.
0 commit comments