Skip to content

Commit

Permalink
Prepare version 1.1.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Nov 21, 2018
1 parent a10ff7c commit 237742d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion indicator-fast-scroll/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

def libraryVersionName = '1.0.1'
def libraryVersionName = '1.1.0-beta1'

android {
compileSdkVersion 28
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@
## Usage

Add the dependency to your app's `build.gradle`:
##### Pre-AndroidX (older projects):
```groovy
implementation 'com.reddit:indicator-fast-scroll:1.0.1'
```
##### AndroidX:
```groovy
implementation 'com.reddit:indicator-fast-scroll:1.1.0-beta1'
```

Then, add the fast scroller to the layout with your RecyclerView:
```xml
Expand Down

0 comments on commit 237742d

Please sign in to comment.