From bf63b152101b14130ffe722173c81ac9fc77639f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 05:03:31 +0000 Subject: [PATCH] Bump androidx.recyclerview:recyclerview from 1.1.0 to 1.3.0 Bumps androidx.recyclerview:recyclerview from 1.1.0 to 1.3.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 d897d133..1994a39a 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.3.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.preference:preference-ktx:1.1.1'