From 47046fc0f9bc5fe93f862ba984e6492d0764e322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 23:19:57 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.4 to 2.1.3 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.3. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/compare/2.0.4...2.1.3) --- 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..756f1e4 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.3") implementation("io.scanbot:scanbot-barcode-scanner-sdk:$sdkVersion") implementation("io.scanbot:scanbot-barcode-scanner-sdk-ui:$sdkVersion")