From b13d5e80a3d24abd462ec1eef2ef584b38f56489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 12:11:43 +0000 Subject: [PATCH] Bump constraintlayout from 2.1.1 to 2.1.2 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 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-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 98ed692..e281cbf 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { retrofitVersion = '2.9.0' appcompatVersion = '1.3.1' coreVersion = '1.6.0' - constraintLayoutVersion = '2.1.1' + constraintLayoutVersion = '2.1.2' materialVersion = '1.4.0' insetterVersion = '0.3.1' moshiVersion = "1.12.0"