From f8d1addeebcaf524806c12ac0d0dc6c0c735ab3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 10:35:01 +0000 Subject: [PATCH] chore: bump androidx.recyclerview:recyclerview from 1.2.1 to 1.3.2 Bumps androidx.recyclerview:recyclerview from 1.2.1 to 1.3.2. --- 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 7ddc97de2..7cb77dfc3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,7 +91,7 @@ dependencies { //Android X Libraries implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.recyclerview:recyclerview:1.2.1' + implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2'