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 to include new version
Browse files Browse the repository at this point in the history
* [r] Adds CHANGELOG.md file.
  • Loading branch information
shahsurajk committed Jul 8, 2019
1 parent 0807729 commit ba39f7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# From 0.1.1-alpha:

# Major Changes
* Making Compile SDK to 28
* Migrating `AppCompat` usage to `AndroidX`

#### Updated Dependencies
* Gradle wrapper to `5.1.1` from `4.4`
* Kotlin from `1.3.41` to `1.2.50`
* Android Gradle plugin to `3.4.1` from `3.1.3`

7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A simple, easy to use and configurable fast scroller for `RecyclerView`

## Adding the dependency
```groovy
implementation 'com.quiph.ui:recyclerviewfastscroller:0.1.1-alpha'
implementation 'com.quiph.ui:recyclerviewfastscroller:0.1.2-alpha'
```
## 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 Expand Up @@ -112,7 +112,4 @@ There is no need for any additional proguard rules when using this.

* Add support for `horizontal` fast scrolling
* Make handle size flexible to item count in adapter
* Fix 0 item bug, which makes the fast scroller visible


Made with :heart: in India
* Fix 0 item bug, which makes the fast scroller visible

0 comments on commit ba39f7c

Please sign in to comment.