From 3a4cbe0f0ed0cd70da586c7c83bda070ef2c36f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 04:16:23 +0000 Subject: [PATCH] build(deps): bump constraintlayout from 2.1.0 to 2.1.1 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae3818c..c07697c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ dependencies { // UI def appcompat_version = '1.3.1' - def constraint_layout_version = '2.1.0' + def constraint_layout_version = '2.1.1' def preferenceVersion = '1.1.1' def material_version = '1.4.0' def navigation_version = '2.3.5'