From f239b57c674ab8e304ddcc41d18b4c50d37304bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 11:45:20 +0000 Subject: [PATCH] Bump constraintlayout from 1.1.3 to 2.1.3 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 1.1.3 to 2.1.3. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits/2.1.3) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-major ... 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 dcc00829..5ffb0078 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation "androidx.activity:activity-ktx:1.2.3" implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' annotationProcessor 'com.jakewharton:butterknife:7.0.1' // implementation 'com.nbsp:library:1.09' implementation 'com.nbsp:materialfilepicker:1.9.1'