From 44e545aae2e8914fd4eea4cd9177b10d3f7aa0fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 05:06:36 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.0-beta2 to 2.0.0-beta6 Bumps constraintlayout from 2.0.0-beta2 to 2.0.0-beta6. 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 0069405..c0c147b 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.0-beta6' implementation "androidx.recyclerview:recyclerview:1.1.0" implementation 'androidx.lifecycle:lifecycle-viewmodel:2.0.0' implementation "android.arch.lifecycle:reactivestreams:1.1.1"