Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and avan1235 committed Oct 1, 2023
1 parent 6a33183 commit ed7c1ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ barcodeScanning = "17.2.0"
buffer = "1.3.6"
cameraX = "1.2.3"
compose = "1.5.2"
zxing-core = "3.5.2"
decompose = "2.2.0-compose-experimental-alpha01"
encoding-base32 = "2.0.0"
essenty = "1.3.0-alpha01"
Expand All @@ -40,6 +39,7 @@ version-catalog-update = "0.8.1"
# @keep
versionCode = "10"
webcamCapture = "0.3.12"
zxing-core = "3.5.2"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
Expand All @@ -52,8 +52,6 @@ androidx-cameraPreview = { module = "androidx.camera:camera-view", version.ref =
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core-ktx" }
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "androidx-crypto" }
buffer = { module = "com.ditchoom:buffer", version.ref = "buffer" }
zxing-core = { module = "com.google.zxing:core", version.ref = "zxing-core" }
zxing-javase = { module = "com.google.zxing:javase", version.ref = "zxing-core" }
decompose = { module = "com.arkivanov.decompose:decompose", version.ref = "decompose" }
decompose-extensionsComposeJetbrains = { module = "com.arkivanov.decompose:extensions-compose-jetbrains", version.ref = "decompose" }
encoding-base32 = { module = "io.matthewnelson.encoding:base32", version.ref = "encoding-base32" }
Expand All @@ -78,6 +76,8 @@ parcelize-darwinRuntime = { module = "com.arkivanov.parcelize.darwin:runtime", v
uriKmp = { module = "com.eygraber:uri-kmp", version.ref = "uri-kmp" }
uuid = { module = "com.benasher44:uuid", version.ref = "uuid" }
webcam-capture = { module = "com.github.sarxos:webcam-capture", version.ref = "webcamCapture" }
zxing-core = { module = "com.google.zxing:core", version.ref = "zxing-core" }
zxing-javase = { module = "com.google.zxing:javase", version.ref = "zxing-core" }

[plugins]
android-application = { id = "com.android.application", version.ref = "gradle-plugin" }
Expand All @@ -89,4 +89,4 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
moko-resources = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko-resources" }
parcelize-darwin = { id = "com.arkivanov.parcelize.darwin", version.ref = "parcelize-darwin" }
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 ed7c1ba

Please sign in to comment.