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")