From 9b4b986105f494caf96bd7707cd0cae122e40f11 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 23:17:45 +0000 Subject: [PATCH] Bump constraintlayout from 1.1.3 to 2.0.0 Bumps constraintlayout from 1.1.3 to 2.0.0. 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..4e3386d6 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.0' androidTestImplementation Deps.Testing.fragmentTesting }