From ddac54bfa32fb004b9217659f3d4ae30bf811044 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:16:30 +0000 Subject: [PATCH] Bump constraintlayout from 1.1.3 to 2.1.0 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 1.1.3 to 2.1.0. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) 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..b876e74e 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.1.0' androidTestImplementation Deps.Testing.fragmentTesting }