Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Mar 15, 2024
1 parent 7c39cc4 commit 0b16d26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import org.jetbrains.compose.desktop.application.dsl.TargetFormat

plugins {
kotlin("multiplatform") version "1.9.22"
kotlin("multiplatform") version "1.9.23"
id("com.android.application") version "8.2.2"
id("org.jetbrains.compose") version "1.6.0"
id("org.jetbrains.compose") version "1.6.1"
}

group = "in.procyk.compose"
Expand Down Expand Up @@ -41,7 +41,7 @@ kotlin {
implementation(compose.materialIconsExtended)
implementation(compose.animationGraphics)

val composeExtensionsVersion = "1.6.0.1"
val composeExtensionsVersion = "1.6.1.0"
implementation("in.procyk.compose:calendar:$composeExtensionsVersion")
implementation("in.procyk.compose:camera-permission:$composeExtensionsVersion")
implementation("in.procyk.compose:camera-qr:$composeExtensionsVersion")
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ android-minSdk = "26"
android-targetSdk = "33"
barcodeScanning = "17.2.0"
cameraX = "1.3.0"
compose = "1.6.0"
compose = "1.6.1"
# @keep
compose-extensions = "1.6.0.1"
compose-extensions = "1.6.1.0"
gradle-versions = "0.51.0"
# @pin
kotlin = "1.9.22"
kotlin = "1.9.23"
kotlinxDatetime = "0.6.0-RC.2"
version-catalog-update = "0.8.4"
webcamCapture = "0.3.12"
Expand Down

0 comments on commit 0b16d26

Please sign in to comment.