From 3175dde20e5754e556db6d6310c975dd22e1431b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 04:46:15 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.0-beta2 to 2.0.2 Bumps constraintlayout from 2.0.0-beta2 to 2.0.2. 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 90334c7..1fe10b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.core:core-ktx:1.0.2' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' + implementation 'androidx.constraintlayout:constraintlayout:2.0.2' implementation "androidx.recyclerview:recyclerview:1.1.0" implementation 'androidx.lifecycle:lifecycle-viewmodel:2.0.0' implementation "android.arch.lifecycle:reactivestreams:1.1.1"