Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Mar 14, 2024
1 parent a86ae36 commit 7c39cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
plugins {
kotlin("multiplatform") version "1.9.22"
id("com.android.application") version "8.2.2"
id("org.jetbrains.compose") version "1.6.0-rc02"
id("org.jetbrains.compose") version "1.6.0"
}

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

val composeExtensionsVersion = "1.6.0-rc02.1"
val composeExtensionsVersion = "1.6.0.1"
implementation("in.procyk.compose:calendar:$composeExtensionsVersion")
implementation("in.procyk.compose:camera-permission:$composeExtensionsVersion")
implementation("in.procyk.compose:camera-qr:$composeExtensionsVersion")
Expand Down

0 comments on commit 7c39cc4

Please sign in to comment.