From 633ba06e7db4f34272046d038240673c8ce93c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 00:18:47 +0000 Subject: [PATCH] Bump constraintlayout from 1.1.3 to 2.1.2 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 1.1.3 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 1d63296..45f6b55 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -6,7 +6,7 @@ ext { kotlin_version = "1.3.50" androidx_compat_version = "1.1.0" androidx_core_version = "1.1.0" - androidx_constraintlayout_version = "1.1.3" + androidx_constraintlayout_version = "2.1.2" androidx_material_version = "1.1.0-beta01" junit_version = "4.12" koin = "2.0.1"