From 7d090d07b8aa78e0be477bb76746dfc67654fdff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 22:24:08 +0000 Subject: [PATCH] Bump recyclerview from 1.2.0-beta01 to 1.2.0 Bumps recyclerview from 1.2.0-beta01 to 1.2.0. 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..cf39ccc 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' implementation 'com.google.android.material:material:1.3.0'