From 6322e1d861e9b5def8baf4b6dbbbef8f5ae0ddda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 05:00:52 +0000 Subject: [PATCH] Bump androidx.recyclerview:recyclerview from 1.3.0 to 1.4.0 Bumps androidx.recyclerview:recyclerview from 1.3.0 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.recyclerview:recyclerview dependency-type: direct:production update-type: version-update:semver-minor ... 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..de3ae7ac 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.4.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.fragment:fragment-ktx:1.6.0'