diff --git a/app/build.gradle b/app/build.gradle index c8cbad9..ceab4dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,9 +73,9 @@ dependencies { // webid product-plugin //noinspection GradleDependency - implementation('de.webid-solutions:android_document_scanner:21.0.0') + implementation('de.webid-solutions:android_document_scanner:21.1.0') - def product_catalog_version = "22.0.2" + def product_catalog_version = "22.0.4" implementation ("de.webid-solutions:android_meta_plugin:$product_catalog_version") { changing = true }