Skip to content

Commit

Permalink
Prepare version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Jul 9, 2018
1 parent 6fc50be commit 67708fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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'
def libraryVersionName = '1.0.1'

android {
compileSdkVersion 27
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Add the dependency to your app's `build.gradle`:
```groovy
implementation 'com.reddit:indicator-fast-scroll:1.0'
implementation 'com.reddit:indicator-fast-scroll:1.0.1'
```

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

0 comments on commit 67708fc

Please sign in to comment.