We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10ff7c commit 237742dCopy full SHA for 237742d
2 files changed
indicator-fast-scroll/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'kotlin-android'
3
4
-def libraryVersionName = '1.0.1'
+def libraryVersionName = '1.1.0-beta1'
5
6
android {
7
compileSdkVersion 28
readme.md
@@ -15,9 +15,14 @@
15
## Usage
16
17
Add the dependency to your app's `build.gradle`:
18
+##### Pre-AndroidX (older projects):
19
```groovy
20
implementation 'com.reddit:indicator-fast-scroll:1.0.1'
21
```
22
+##### AndroidX:
23
+```groovy
24
+implementation 'com.reddit:indicator-fast-scroll:1.1.0-beta1'
25
+```
26
27
Then, add the fast scroller to the layout with your RecyclerView:
28
```xml
0 commit comments