Skip to content

Commit 31b4c2d

Browse files
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] <[email protected]>
1 parent c587e29 commit 31b4c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation("com.squareup.picasso:picasso:2.71828")
4141

4242
implementation("androidx.recyclerview:recyclerview:1.2.1")
43-
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
43+
implementation("androidx.constraintlayout:constraintlayout:2.1.2")
4444

4545
implementation("io.scanbot:scanbot-barcode-scanner-sdk:$sdkVersion")
4646
implementation("io.scanbot:scanbot-barcode-scanner-sdk-ui:$sdkVersion")

0 commit comments

Comments
 (0)