From c69cff9f3ba2cf5102064c9e7a49bfbd50567050 Mon Sep 17 00:00:00 2001 From: Naveen Date: Wed, 17 Jan 2024 23:30:26 +0530 Subject: [PATCH] Update dependency --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 021fd58c..877ec5b5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ autofittextview = { module = "me.grantland:autofittextview", version.ref = "auto #EzVcard ezvcard = { module = "com.googlecode.ez-vcard:ez-vcard", version.ref = "ezvcard" } #IndicatorFastScroll -indicatorfastscroll = { module = "com.github.tibbi:IndicatorFastScroll", version.ref = "indicatorfastscroll" } +indicatorfastscroll = { module = "org.fossify:IndicatorFastScroll", version.ref = "indicatorfastscroll" } #Room androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }