From 6e210f8b3d16078e42cc4cea78b77835e94d7001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Mar 2022 00:08:50 +0000 Subject: [PATCH] Bump recyclerview from 1.1.0 to 1.2.1 Bumps recyclerview from 1.1.0 to 1.2.1. --- 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 e61bfa60..523bf45b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -128,7 +128,7 @@ dependencies { kapt "org.permissionsdispatcher:permissionsdispatcher-processor:4.8.0" implementation 'com.github.salomonbrys.kodein:kodein:4.1.0' implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.preference:preference-ktx:1.1.1'