10
0

dependency update

This commit is contained in:
andre 2025-11-26 10:55:16 +01:00
parent 5fe5df1376
commit da913aa010

View File

@ -62,7 +62,7 @@ dependencies {
implementation 'androidx.compose.foundation:foundation-layout:1.9.4' implementation 'androidx.compose.foundation:foundation-layout:1.9.4'
implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-tooling-preview' 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' debugImplementation 'androidx.compose.ui:ui-tooling'
@ -74,7 +74,7 @@ dependencies {
// webid product-plugin // webid product-plugin
//noinspection GradleDependency //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") { implementation ("de.webid-solutions:android_meta_plugin:$product_catalog_version") {
changing = true changing = true
} }