From da913aa0106bfdb120891935cea8b0dcebd2b671 Mon Sep 17 00:00:00 2001 From: andre Date: Wed, 26 Nov 2025 10:55:16 +0100 Subject: [PATCH] dependency update --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }