Skip to content

Commit

Permalink
Merge pull request #4 from MohamedRejeb/compose-1.6
Browse files Browse the repository at this point in the history
Update Compose to 1.6
  • Loading branch information
MohamedRejeb committed Mar 23, 2024
2 parents d8e82cf + c3ea66a commit 224fedc
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
@@ -1,14 +1,14 @@
[versions]
kotlin = "1.9.21"
compose = "1.5.11"
kotlin = "1.9.22"
compose = "1.6.0"
compose-compiler = "1.5.4"
agp = "8.1.2"
agp = "8.2.2"
android-minSdk = "24"
android-compileSdk = "34"
android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
androidx-core-ktx = "1.12.0"
voyager = "1.0.0"
voyager = "1.1.0-alpha03"
spotless = "6.23.3"
nexus-publish = "2.0.0-rc-1"

Expand All @@ -28,4 +28,4 @@ androidLibrary = { id = "com.android.library", version.ref = "agp" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus-publish" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus-publish" }

0 comments on commit 224fedc

Please sign in to comment.