From 31b4c2dc9c7286e3a3cea8c554c2cfd16a65b374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 16:39:11 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.4 to 2.1.2 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.2. - [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-minor ... Signed-off-by: dependabot[bot] --- example_app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_app/build.gradle b/example_app/build.gradle index fa3ecd6..733e62a 100644 --- a/example_app/build.gradle +++ b/example_app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation("com.squareup.picasso:picasso:2.71828") implementation("androidx.recyclerview:recyclerview:1.2.1") - implementation("androidx.constraintlayout:constraintlayout:2.0.4") + implementation("androidx.constraintlayout:constraintlayout:2.1.2") implementation("io.scanbot:scanbot-barcode-scanner-sdk:$sdkVersion") implementation("io.scanbot:scanbot-barcode-scanner-sdk-ui:$sdkVersion")