Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Feb 11, 2021
1 parent 9021ba4 commit f9576c7
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
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
}

def libraryVersionName = '1.4.0-SNAPSHOT'
def libraryVersionName = '1.4.0'

android {
compileSdkVersion 29
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Add the dependency to your app's `build.gradle`:
##### AndroidX:
```groovy
implementation 'com.reddit:indicator-fast-scroll:1.3.0'
implementation 'com.reddit:indicator-fast-scroll:1.4.0'
```
##### Pre-AndroidX (older projects):
```groovy
Expand Down

0 comments on commit f9576c7

Please sign in to comment.