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

Commit ba39f7c

Browse files
committed
* [r] Updates README.md to include new version
* [r] Adds CHANGELOG.md file.
1 parent 0807729 commit ba39f7c

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# From 0.1.1-alpha:
2+
3+
# Major Changes
4+
* Making Compile SDK to 28
5+
* Migrating `AppCompat` usage to `AndroidX`
6+
7+
#### Updated Dependencies
8+
* Gradle wrapper to `5.1.1` from `4.4`
9+
* Kotlin from `1.3.41` to `1.2.50`
10+
* Android Gradle plugin to `3.4.1` from `3.1.3`
11+

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A simple, easy to use and configurable fast scroller for `RecyclerView`
99

1010
## Adding the dependency
1111
```groovy
12-
implementation 'com.quiph.ui:recyclerviewfastscroller:0.1.1-alpha'
12+
implementation 'com.quiph.ui:recyclerviewfastscroller:0.1.2-alpha'
1313
```
1414
## Java-only project?
1515
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.
@@ -112,7 +112,4 @@ There is no need for any additional proguard rules when using this.
112112

113113
* Add support for `horizontal` fast scrolling
114114
* Make handle size flexible to item count in adapter
115-
* Fix 0 item bug, which makes the fast scroller visible
116-
117-
118-
Made with :heart: in India
115+
* Fix 0 item bug, which makes the fast scroller visible

0 commit comments

Comments
 (0)