From 4dde9ed7af8612cadeda917bbc2084f4514f4cd1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 22:23:35 +0000 Subject: [PATCH] Bump recyclerview from 1.2.0-beta01 to 1.2.0-rc01 Bumps recyclerview from 1.2.0-beta01 to 1.2.0-rc01. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0b7b59d..b111b03 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.2.0-rc01' implementation 'androidx.fragment:fragment-ktx:1.3.0-rc02' implementation 'androidx.constraintlayout:constraintlayout:2.1.0-alpha2' - implementation 'androidx.recyclerview:recyclerview:1.2.0-beta01' + implementation 'androidx.recyclerview:recyclerview:1.2.0-rc01' implementation 'com.google.android.material:material:1.3.0'