From d1d8481380ea83fae2cae650d79e628204052860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 20:19:19 +0000 Subject: [PATCH] :arrow_up: 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9d031f09..8c5fdef3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -100,7 +100,7 @@ dependencies { // implementation group: "pl.openrnd.android", name: "multi-level-listview", version: "1.0.1" // https://mvnrepository.com/artifact/commons-io/commons-io // implementation group: 'commons-io', name: 'commons-io', version: '2.8.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.android.support.constraint:constraint-layout:2.0.4' //implementation 'dotnet.msil.decompiler:+'