From 0931902f1afc0af4cfceb28427a0644b034b1c62 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 20:29:07 +0000 Subject: [PATCH] Bump constraintlayout from 1.1.3 to 2.0.1 Bumps constraintlayout from 1.1.3 to 2.0.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 50bf321..9e2e447 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,6 +30,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'com.google.android.material:material:1.2.0' }