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

Commit 3a8b421

Browse files
committed
* [r] Updates README.md and app version
1 parent 4b4c4b2 commit 3a8b421

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# From v0.2.1:
1+
# From v0.2.1/ v0.2.2:
22

33
# Major Changes
44
* Adds support for min API 16
55

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

9+
**Note**: v0.2.2 was an internal release
10+
911
# From v0.2.0:
1012

1113
## New Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A simple, easy to use and configurable fast scroller for `RecyclerView`
1212

1313
## Adding the dependency
1414
```groovy
15-
implementation 'com.quiph.ui:recyclerviewfastscroller:0.2.2'
15+
implementation 'com.quiph.ui:recyclerviewfastscroller:0.2.3'
1616
```
1717
## Java-only project?
1818
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.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android.enableJetifier=true
1818
# ref: https://github.com/chrisbanes/gradle-mvn-push and
1919
# ref2: https://chris.banes.dev/2013/08/27/pushing-aars-to-maven-central/
2020

21-
VERSION_NAME=0.2.2
22-
VERSION_CODE=6
21+
VERSION_NAME=0.2.3
22+
VERSION_CODE=7
2323
GROUP=com.quiph.ui
2424

2525
POM_DESCRIPTION=A modern implementation of the RecyclerViewFastScroller for Android written in Kotlin

recyclerviewfastscroller/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion versions.'minSdk'
99
targetSdkVersion versions.'targetSdk'
10-
versionCode 6
11-
versionName "0.2.2"
10+
versionCode 7
11+
versionName "0.2.3"
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414

0 commit comments

Comments
 (0)