From 36a0ef13dc0d5df739defed4e82ec28e2711c1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 00:29:22 +0000 Subject: [PATCH] Bump constraintlayout from 2.1.2 to 2.1.4 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.2 to 2.1.4. - [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-patch ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 2b6a479..e66824e 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -6,7 +6,7 @@ ext { kotlin_version = "1.6.0" androidx_compat_version = "1.4.0" androidx_core_version = "1.7.0" - androidx_constraintlayout_version = "2.1.2" + androidx_constraintlayout_version = "2.1.4" androidx_material_version = "1.5.0-beta01" junit_version = "4.12" koin = "2.0.1"