We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030b3f1 commit 2472a5bCopy full SHA for 2472a5b
indicator-fast-scroll/build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
}
12
13
14
-def libraryVersionName = '1.2.0-beta01'
+def libraryVersionName = '1.2.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.1.0'
+implementation 'com.reddit:indicator-fast-scroll:1.2.0'
21
```
22
##### Pre-AndroidX (older projects):
23
0 commit comments