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 13, 2024
1 parent 1780829 commit d67300d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
accompanist = "0.32.0"
accompanist = "0.37.0"
# @keep
android-compileSdk = "33"
# @pin
Expand All @@ -9,22 +9,22 @@ android-minSdk = "26"
# @keep
android-targetSdk = "33"
barcodeScanning = "17.3.0"
cameraX = "1.3.4"
compose = "1.6.11"
cameraX = "1.4.1"
compose = "1.7.1"
# @keep
compose-extensions = "1.6.11.0"
gradle-versions = "0.51.0"
# @pin
kotlin = "2.0.20"
kotlinxDatetime = "0.6.0"
version-catalog-update = "0.8.4"
version-catalog-update = "0.8.5"
webcamCapture = "0.3.12"
webcamCaptureDriverNative = "1.0.0"
webcamCaptureDriverNative = "1.1.0"
zxing-core = "3.5.3"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
accompanist-systemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.36.0"
androidx-camera = { module = "androidx.camera:camera-camera2", version.ref = "cameraX" }
androidx-cameraLifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "cameraX" }
androidx-cameraPreview = { module = "androidx.camera:camera-view", version.ref = "cameraX" }
Expand All @@ -36,8 +36,8 @@ zxing-javase = { module = "com.google.zxing:javase", version.ref = "zxing-core"

[plugins]
android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
compose-multiplatform = { id = "org.jetbrains.compose", version.ref = "compose" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
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" }
version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" }

0 comments on commit d67300d

Please sign in to comment.