From ec11721c9ec1074a2dbc8861ba5dcf8699c20efd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 04:52:30 +0000 Subject: [PATCH] update dependencies --- gradle/libs.versions.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 286ee17..f798a2d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,15 +7,15 @@ android-gradle-plugin = "8.2.2" android-minSdk = "26" # @keep android-targetSdk = "34" -androidx-activity-compose = "1.8.2" -androidx-appcompat-appcompat = "1.6.1" +androidx-activity-compose = "1.9.3" +androidx-appcompat-appcompat = "1.7.0" androidx-biometric = "1.2.0-alpha05" -androidx-core-ktx = "1.12.0" +androidx-core-ktx = "1.15.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.7.1" compose-extensions = "1.6.0-rc02.0" decompose = "3.0.0-alpha08" encoding = "2.0.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.9.0" kotlinx-datetime = "0.5.0" kotlinx-serialization = "1.6.2" ktor = "2.3.8" @@ -37,11 +37,11 @@ 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 = "0.8.5" # @keep versionCode = "22" webcamCapture = "0.3.12" -webcamCaptureDriverNative = "1.0.0" +webcamCaptureDriverNative = "1.1.0" zxing-core = "3.5.3" [libraries] @@ -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.0.1" 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.24.3" +version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" }