We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae964b4 commit 3ef4dbfCopy full SHA for 3ef4dbf
indicator-fast-scroll/build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
}
12
13
14
-def libraryVersionName = '1.3.0-beta01'
+def libraryVersionName = '1.3.0'
15
16
android {
17
compileSdkVersion 29
readme.md
@@ -17,7 +17,7 @@
Add the dependency to your app's `build.gradle`:
18
##### AndroidX:
19
```groovy
20
-implementation 'com.reddit:indicator-fast-scroll:1.2.1'
+implementation 'com.reddit:indicator-fast-scroll:1.3.0'
21
```
22
##### Pre-AndroidX (older projects):
23
0 commit comments