From dbf692600fef04f791b5dc22f05ae3a92b0b3309 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 23:16:30 +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] --- commons/presentation/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/presentation/build.gradle b/commons/presentation/build.gradle index 7a262f6c..10d9b1c4 100644 --- a/commons/presentation/build.gradle +++ b/commons/presentation/build.gradle @@ -12,6 +12,6 @@ dependencies { api Deps.AndroidX.constraintLayout implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.0.1' androidTestImplementation Deps.Testing.fragmentTesting }