From 055ba4fd870e868920fe7779760beffaf2113fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:44:12 +0000 Subject: [PATCH] Bump androidx.recyclerview:recyclerview from 1.3.0 to 1.3.2 Bumps androidx.recyclerview:recyclerview from 1.3.0 to 1.3.2. --- updated-dependencies: - dependency-name: androidx.recyclerview:recyclerview dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 09c1a1fb..393c7a45 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -155,7 +155,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.annotation:annotation:1.9.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.fragment:fragment-ktx:1.6.0'