From 8933ee5248e1ba8e4812fea0c95e45248a9c81b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 04:41:43 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.0-beta2 to 2.0.4 Bumps constraintlayout from 2.0.0-beta2 to 2.0.4. 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..dfbf156 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.4' implementation "androidx.recyclerview:recyclerview:1.1.0" implementation 'androidx.lifecycle:lifecycle-viewmodel:2.0.0' implementation "android.arch.lifecycle:reactivestreams:1.1.1"