Skip to content

Commit 922f435

Browse files
committed
[Feature] Bump version to 1.2.0, add changelog and update README.
1 parent 6e3cccf commit 922f435

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This library is loosely based on the following AOSP implementations:
3636
Gradle:
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

4242
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:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added support for CharSequence in PopupTextProvider.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android.enableJetifier=true
1616
android.useAndroidX=true
1717

1818
GROUP=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

2222
POM_DESCRIPTION=Fast scroll for Android RecyclerView and more
2323
POM_INCEPTION_YEAR=2019

0 commit comments

Comments
 (0)