From fcabdcc47a4169bcd4841c002dfece66958432fc Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 22 May 2021 16:43:14 +0200 Subject: [PATCH] updating 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 235a01ac..a93543e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,5 +56,5 @@ android { dependencies { implementation 'com.github.SimpleMobileTools:Simple-Commons:ac45c5e893' - implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' + implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a' }