From 1f8cc04e156b01cb135ee37fe4a5aebeb4f07426 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:16:34 +0000 Subject: [PATCH] update dependencies --- gradle/libs.versions.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 62e85e5..c71f61e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,20 +7,20 @@ android-gradle-plugin = "8.11.0" android-minSdk = "26" # @keep android-targetSdk = "35" -androidx-activity-compose = "1.8.2" -androidx-appcompat-appcompat = "1.6.1" -androidx-biometric = "1.2.0-alpha05" -androidx-core-ktx = "1.12.0" +androidx-activity-compose = "1.13.0" +androidx-appcompat-appcompat = "1.7.1" +androidx-biometric = "1.1.0" +androidx-core-ktx = "1.19.0" # @pin androidx-crypto = "1.1.0-alpha05" -barcodeScanning = "17.2.0" +barcodeScanning = "17.3.0" buffer = "1.3.6" -compose = "1.6.0-rc02" +compose = "1.12.0-SNAPSHOT+integration-copy-navigation3-d5e00c01401-to-jb-main" compose-extensions = "1.6.0-rc02.0" decompose = "3.0.0-alpha08" encoding = "2.0.0" essenty = "2.0.0-alpha07" -gradle-versions = "0.51.0" +gradle-versions = "0.54.0" kermit = "2.0.0-RC5" koin = "3.5.0" koin-compose = "1.1.0" @@ -29,7 +29,7 @@ kotlin = "1.9.22" kotlincrypto-hash = "0.3.0" kotlincrypto-macs = "0.3.0" kotlincrypto-secure-random = "0.1.0" -kotlinx-coroutines = "1.8.0" +kotlinx-coroutines = "1.11.0" kotlinx-datetime = "0.5.0" kotlinx-serialization = "1.6.2" ktor = "2.3.8" @@ -37,12 +37,12 @@ moko-resources = "0.23.0" multiplatform-settings = "1.1.1" uri-kmp = "0.0.15" uuid = "0.8.2" -version-catalog-update = "0.8.4" +version-catalog-update = "1.1.0" # @keep versionCode = "22" webcamCapture = "0.3.12" -webcamCaptureDriverNative = "1.0.0" -zxing-core = "3.5.3" +webcamCaptureDriverNative = "1.3.1" +zxing-core = "3.5.4" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" } @@ -75,7 +75,7 @@ kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serializa ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" } ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" } ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" } -ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" } +ktor-client-okhttp = "io.ktor:ktor-client-okhttp:3.5.0" ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" } mlkit-barcodeScanning = { module = "com.google.mlkit:barcode-scanning", version.ref = "barcodeScanning" } moko-resoures = { module = "dev.icerock.moko:resources", version.ref = "moko-resources" } @@ -96,5 +96,5 @@ compose-multiplatform = { id = "org.jetbrains.compose", version.ref = "compose" gradle-versions = { id = "com.github.ben-manes.versions", version.ref = "gradle-versions" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } -moko-resources = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko-resources" } -version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" } \ No newline at end of file +moko-resources = "dev.icerock.mobile.multiplatform-resources:0.26.4" +version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" }