Skip to content

Commit 237742d

Browse files
committed
Prepare version 1.1.0-beta1
1 parent a10ff7c commit 237742d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

indicator-fast-scroll/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33

4-
def libraryVersionName = '1.0.1'
4+
def libraryVersionName = '1.1.0-beta1'
55

66
android {
77
compileSdkVersion 28

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@
1515
## Usage
1616

1717
Add the dependency to your app's `build.gradle`:
18+
##### Pre-AndroidX (older projects):
1819
```groovy
1920
implementation 'com.reddit:indicator-fast-scroll:1.0.1'
2021
```
22+
##### AndroidX:
23+
```groovy
24+
implementation 'com.reddit:indicator-fast-scroll:1.1.0-beta1'
25+
```
2126

2227
Then, add the fast scroller to the layout with your RecyclerView:
2328
```xml

0 commit comments

Comments
 (0)