From 3fb8ccb18b995b0081a17a76f9593d7195538c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 12:09:42 +0000 Subject: [PATCH] Bump constraintlayout from 2.1.1 to 2.1.3 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.3. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/compare/2.1.1...2.1.3) --- 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..b9ceadf 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.3' materialVersion = '1.4.0' insetterVersion = '0.3.1' moshiVersion = "1.12.0"