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 May 18, 2024
1 parent acae3a1 commit 72ad769
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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-activity-compose = "1.9.0"
androidx-appcompat-appcompat = "1.6.1"
androidx-biometric = "1.2.0-alpha05"
androidx-core-ktx = "1.12.0"
androidx-core-ktx = "1.13.1"
# @pin
androidx-crypto = "1.1.0-alpha05"
barcodeScanning = "17.2.0"
buffer = "1.3.6"
compose = "1.6.0-rc02"
compose = "1.6.10"
compose-extensions = "1.6.0-rc02.0"
decompose = "3.0.0-alpha08"
encoding = "2.0.0"
Expand All @@ -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.8.1"
kotlinx-datetime = "0.5.0"
kotlinx-serialization = "1.6.2"
ktor = "2.3.8"
Expand Down Expand Up @@ -97,4 +97,4 @@ gradle-versions = { id = "com.github.ben-manes.versions", version.ref = "gradle-
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" }
version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" }

0 comments on commit 72ad769

Please sign in to comment.