We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6987d commit e964970Copy full SHA for e964970
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.8'
+implementation 'me.zhanghai.android.fastscroll:library:1.1.9'
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/16.txt
@@ -0,0 +1 @@
1
+- Added compatibility with Appcompat 1.6.0.
0 commit comments