Skip to content

Commit 2dc254e

Browse files
update dependencies
1 parent f21e921 commit 2dc254e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ android-gradle-plugin = "8.11.0"
77
android-minSdk = "26"
88
# @keep
99
android-targetSdk = "35"
10-
androidx-activity-compose = "1.8.2"
11-
androidx-appcompat-appcompat = "1.6.1"
12-
androidx-biometric = "1.2.0-alpha05"
13-
androidx-core-ktx = "1.12.0"
10+
androidx-activity-compose = "1.10.1"
11+
androidx-appcompat-appcompat = "1.7.1"
12+
androidx-biometric = "1.1.0"
13+
androidx-core-ktx = "1.16.0"
1414
# @pin
1515
androidx-crypto = "1.1.0-alpha05"
16-
barcodeScanning = "17.2.0"
16+
barcodeScanning = "17.3.0"
1717
buffer = "1.3.6"
18-
compose = "1.6.0-rc02"
18+
compose = "1.9.0-SNAPSHOT+release-1-8-data-source-prototype"
1919
compose-extensions = "1.6.0-rc02.0"
2020
decompose = "3.0.0-alpha08"
2121
encoding = "2.0.0"
2222
essenty = "2.0.0-alpha07"
23-
gradle-versions = "0.51.0"
23+
gradle-versions = "0.52.0"
2424
kermit = "2.0.0-RC5"
2525
koin = "3.5.0"
2626
koin-compose = "1.1.0"
@@ -29,19 +29,19 @@ kotlin = "1.9.22"
2929
kotlincrypto-hash = "0.3.0"
3030
kotlincrypto-macs = "0.3.0"
3131
kotlincrypto-secure-random = "0.1.0"
32-
kotlinx-coroutines = "1.8.0"
32+
kotlinx-coroutines = "1.10.2"
3333
kotlinx-datetime = "0.5.0"
3434
kotlinx-serialization = "1.6.2"
3535
ktor = "2.3.8"
3636
moko-resources = "0.23.0"
3737
multiplatform-settings = "1.1.1"
3838
uri-kmp = "0.0.15"
3939
uuid = "0.8.2"
40-
version-catalog-update = "0.8.4"
40+
version-catalog-update = "1.0.0"
4141
# @keep
4242
versionCode = "22"
4343
webcamCapture = "0.3.12"
44-
webcamCaptureDriverNative = "1.0.0"
44+
webcamCaptureDriverNative = "1.2.0"
4545
zxing-core = "3.5.3"
4646

4747
[libraries]
@@ -75,7 +75,7 @@ kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serializa
7575
ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
7676
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
7777
ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
78-
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
78+
ktor-client-okhttp = "io.ktor:ktor-client-okhttp:3.2.1"
7979
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
8080
mlkit-barcodeScanning = { module = "com.google.mlkit:barcode-scanning", version.ref = "barcodeScanning" }
8181
moko-resoures = { module = "dev.icerock.moko:resources", version.ref = "moko-resources" }
@@ -96,5 +96,5 @@ compose-multiplatform = { id = "org.jetbrains.compose", version.ref = "compose"
9696
gradle-versions = { id = "com.github.ben-manes.versions", version.ref = "gradle-versions" }
9797
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
9898
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
99-
moko-resources = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko-resources" }
100-
version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" }
99+
moko-resources = "dev.icerock.mobile.multiplatform-resources:0.25.0"
100+
version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" }

0 commit comments

Comments
 (0)