Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent acae3a1 commit 5e23c54
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -29,19 +29,19 @@ 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"
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]
Expand Down Expand Up @@ -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.3"
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" }
Expand All @@ -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" }
moko-resources = "dev.icerock.mobile.multiplatform-resources:0.24.4"
version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" }

0 comments on commit 5e23c54

Please sign in to comment.