From 7ded77c6727b2fef41e4c81c2623d2e607595eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 04:19:47 +0000 Subject: [PATCH] build(deps): bump constraintlayout from 2.1.0 to 2.1.4 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae3818c..ecc2cf4 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.4' def preferenceVersion = '1.1.1' def material_version = '1.4.0' def navigation_version = '2.3.5'