Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed May 12, 2020
1 parent ae964b4 commit 3ef4dbf
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.3.0-beta01'
def libraryVersionName = '1.3.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.2.1'
implementation 'com.reddit:indicator-fast-scroll:1.3.0'
```
##### Pre-AndroidX (older projects):
```groovy
Expand Down

0 comments on commit 3ef4dbf

Please sign in to comment.