From c0075ba53f67ce3cb3afbc6b6d932886352b32c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 05:24:15 +0000 Subject: [PATCH] Bump recyclerview from 1.0.0 to 1.1.0 Bumps recyclerview from 1.0.0 to 1.1.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..90eca2f 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.1.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.percentlayout:percentlayout:1.0.0'