From 7875b0cad9302567f573df5011aa1333a1c44a51 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 04:43:49 +0000 Subject: [PATCH] Bump recyclerview from 1.0.0 to 1.2.0 Bumps recyclerview from 1.0.0 to 1.2.0. Signed-off-by: dependabot-preview[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5cb5e99..c5f4710 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'com.google.android.material:material:1.0.0' - implementation 'androidx.recyclerview:recyclerview:1.0.0' + implementation 'androidx.recyclerview:recyclerview:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.percentlayout:percentlayout:1.0.0'