File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This library is loosely based on the following AOSP implementations:
3636Gradle:
3737
3838``` gradle
39- implementation 'me.zhanghai.android.fastscroll:library:1.1.9 '
39+ implementation 'me.zhanghai.android.fastscroll:library:1.2.0 '
4040```
4141
4242This 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:
Original file line number Diff line number Diff line change 1+ - Added support for CharSequence in PopupTextProvider.
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android.enableJetifier=true
1616android.useAndroidX =true
1717
1818GROUP =me.zhanghai.android.fastscroll
19- VERSION_NAME =1.1.9
20- VERSION_CODE =16
19+ VERSION_NAME =1.2.0
20+ VERSION_CODE =17
2121
2222POM_DESCRIPTION =Fast scroll for Android RecyclerView and more
2323POM_INCEPTION_YEAR =2019
You can’t perform that action at this time.
0 commit comments