From edc88176381f8aab4004146b990cebb61db33b0e Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 5 Feb 2020 16:28:53 +0100 Subject: [PATCH] use our fork of the letter fastscroller --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 91d75d4b..70d21ca1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'joda-time:joda-time:2.10.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' - implementation 'com.reddit:indicator-fast-scroll:1.2.1' + implementation 'com.github.tibbi:IndicatorFastScroll:96c9624247' kapt "androidx.room:room-compiler:2.2.2" implementation "androidx.room:room-runtime:2.2.2"