From 237742dfe99165699253f75a33576ec054200d06 Mon Sep 17 00:00:00 2001 From: Steven Schoen Date: Wed, 21 Nov 2018 10:24:54 -0500 Subject: [PATCH] Prepare version 1.1.0-beta1 --- indicator-fast-scroll/build.gradle | 2 +- readme.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/indicator-fast-scroll/build.gradle b/indicator-fast-scroll/build.gradle index cc25541..b48a336 100644 --- a/indicator-fast-scroll/build.gradle +++ b/indicator-fast-scroll/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' -def libraryVersionName = '1.0.1' +def libraryVersionName = '1.1.0-beta1' android { compileSdkVersion 28 diff --git a/readme.md b/readme.md index 411adbf..54decf6 100644 --- a/readme.md +++ b/readme.md @@ -15,9 +15,14 @@ ## Usage Add the dependency to your app's `build.gradle`: +##### Pre-AndroidX (older projects): ```groovy implementation 'com.reddit:indicator-fast-scroll:1.0.1' ``` +##### AndroidX: +```groovy +implementation 'com.reddit:indicator-fast-scroll:1.1.0-beta1' +``` Then, add the fast scroller to the layout with your RecyclerView: ```xml