Skip to content

Commit

Permalink
Update Kotlin, Compose, and Zipline
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent bc0c23b commit 574022d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.23"
kotlin = "1.9.24"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.6.3"
androidx-activity = "1.9.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ buildConfigPlugin = "com.github.gmazzo:gradle-buildconfig-plugin:3.1.0"
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx.activity" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx.activity" }
androidx-appCompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.13"
androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.14"
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidx-compose-ui" }
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "androidx-compose-ui" }
androidx-core = { module = "androidx.core:core-ktx", version = "1.13.1" }
Expand All @@ -54,7 +54,7 @@ androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-alpha01"

google-material = { module = "com.google.android.material:material", version = "1.12.0" }

jetbrains-compose-compiler = "org.jetbrains.compose.compiler:compiler:1.5.10.2"
jetbrains-compose-compiler = "org.jetbrains.compose.compiler:compiler:1.5.13.3"
jetbrains-compose-gradlePlugin = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "jbCompose" }
jetbrains-compose-foundation = { module = "org.jetbrains.compose.foundation:foundation", version.ref = "jbCompose" }
jetbrains-compose-material = { module = "org.jetbrains.compose.material:material", version.ref = "jbCompose" }
Expand Down

0 comments on commit 574022d

Please sign in to comment.