From 40b4f0a988b050b2095e5b1a9235b4e9f0cc46ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 22:32:51 +0000 Subject: [PATCH] Bump recyclerview from 1.2.0-beta01 to 1.2.1 Bumps recyclerview from 1.2.0-beta01 to 1.2.1. 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..89135a3 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.1' implementation 'com.google.android.material:material:1.3.0'