We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9da135 commit c965047Copy full SHA for c965047
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.6'
+implementation 'me.zhanghai.android.fastscroll:library:1.1.7'
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/14.txt
@@ -0,0 +1 @@
1
+- Added checks requiring intrinsic size for track and thumb drawables.
0 commit comments