From f769abb6baa1d94e65bb4eb754782a117b1808d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 21:14:22 +0000 Subject: [PATCH] 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] --- cardscan-demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardscan-demo/build.gradle b/cardscan-demo/build.gradle index 23a7d2e6..1352c4f7 100644 --- a/cardscan-demo/build.gradle +++ b/cardscan-demo/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.3.1" implementation "androidx.core:core-ktx:1.6.0" - implementation "androidx.constraintlayout:constraintlayout:2.1.0" + implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1" }