Skip to content

Commit

Permalink
[Feature] Bump version to 1.2.0, add changelog and update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jan 16, 2023
1 parent 6e3cccf commit 922f435
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This library is loosely based on the following AOSP implementations:
Gradle:

```gradle
implementation 'me.zhanghai.android.fastscroll:library:1.1.9'
implementation 'me.zhanghai.android.fastscroll:library:1.2.0'
```

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:
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added support for CharSequence in PopupTextProvider.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android.enableJetifier=true
android.useAndroidX=true

GROUP=me.zhanghai.android.fastscroll
VERSION_NAME=1.1.9
VERSION_CODE=16
VERSION_NAME=1.2.0
VERSION_CODE=17

POM_DESCRIPTION=Fast scroll for Android RecyclerView and more
POM_INCEPTION_YEAR=2019
Expand Down

0 comments on commit 922f435

Please sign in to comment.