From 1a3cdd11815e1b671f9d040afbdab48135791e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:39:36 +0000 Subject: [PATCH] Bump com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView Bumps com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView from 1.0.95 to 1.9.11. --- updated-dependencies: - dependency-name: com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView dependency-version: 1.9.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index aa204387b0..12ea7fe53e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -378,7 +378,7 @@ dependencies { ksp "com.github.bumptech.glide:ksp:$glideVersion" implementation "jp.wasabeef:glide-transformations:${glideTransformationsVersion}" implementation "com.jakewharton.timber:timber:${timberVersion}" - implementation 'com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.0.95' + implementation 'com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.9.11' implementation "com.googlecode.libphonenumber:libphonenumber:${libphonenumberVersion}" implementation "com.github.tougee:android-priority-jobqueue:${jobqueueVersion}" implementation("com.github.yalantis:ucrop:${ucropVersion}")