diff --git a/app/build.gradle b/app/build.gradle index acbd47e..a7f53fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'androidx.compose.foundation:foundation-layout:1.9.4' implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-tooling-preview' - implementation('de.webid-solutions:android_document_scanner:20.3.0') + implementation('de.webid-solutions:android_document_scanner:20.4.0') debugImplementation 'androidx.compose.ui:ui-tooling' @@ -74,7 +74,7 @@ dependencies { // webid product-plugin //noinspection GradleDependency - def product_catalog_version = "21.1.2-SNAPSHOT" + def product_catalog_version = "21.2.0" implementation ("de.webid-solutions:android_meta_plugin:$product_catalog_version") { changing = true }