Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
* [r] Updates README.md and app version
Browse files Browse the repository at this point in the history
  • Loading branch information
shahsurajk committed Sep 17, 2020
1 parent 4b4c4b2 commit 3a8b421
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# From v0.2.1:
# From v0.2.1/ v0.2.2:

# Major Changes
* Adds support for min API 16

## Bug fixes
* Fixes crash due to incomplete implementation of `onFlingListener`

**Note**: v0.2.2 was an internal release

# From v0.2.0:

## New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A simple, easy to use and configurable fast scroller for `RecyclerView`

## Adding the dependency
```groovy
implementation 'com.quiph.ui:recyclerviewfastscroller:0.2.2'
implementation 'com.quiph.ui:recyclerviewfastscroller:0.2.3'
```
## Java-only project?
As Kotlin compiles to Java, there's no need to externally add the Kotlin runtime or any other Kotlin dependencies when using this. Also the library is **100% compatible with Java** and requires **no migration** of the base project to Kotlin.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android.enableJetifier=true
# ref: https://github.com/chrisbanes/gradle-mvn-push and
# ref2: https://chris.banes.dev/2013/08/27/pushing-aars-to-maven-central/

VERSION_NAME=0.2.2
VERSION_CODE=6
VERSION_NAME=0.2.3
VERSION_CODE=7
GROUP=com.quiph.ui

POM_DESCRIPTION=A modern implementation of the RecyclerViewFastScroller for Android written in Kotlin
Expand Down
4 changes: 2 additions & 2 deletions recyclerviewfastscroller/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion versions.'minSdk'
targetSdkVersion versions.'targetSdk'
versionCode 6
versionName "0.2.2"
versionCode 7
versionName "0.2.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 3a8b421

Please sign in to comment.