Skip to content

Commit 3ef4dbf

Browse files
committed
Version 1.3.0
1 parent ae964b4 commit 3ef4dbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

indicator-fast-scroll/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212
}
1313

14-
def libraryVersionName = '1.3.0-beta01'
14+
def libraryVersionName = '1.3.0'
1515

1616
android {
1717
compileSdkVersion 29

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Add the dependency to your app's `build.gradle`:
1818
##### AndroidX:
1919
```groovy
20-
implementation 'com.reddit:indicator-fast-scroll:1.2.1'
20+
implementation 'com.reddit:indicator-fast-scroll:1.3.0'
2121
```
2222
##### Pre-AndroidX (older projects):
2323
```groovy

0 commit comments

Comments
 (0)