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 Nov 30, 2023
1 parent d24d216 commit 0110750
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,12 +1,12 @@
[versions]
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinx-coroutines = "1.7.3"
kotlinx-serialization = "1.6.2"
androidx-activity = "1.8.1"
androidx-compose-ui = "1.5.4"
jbCompose = "1.5.11"
lint = "31.1.1"
zipline = "1.6.0"
zipline = "1.7.0"
coil = "2.5.0"
okio = "3.6.0"

Expand Down Expand Up @@ -49,7 +49,7 @@ androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.2.0"

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

jetbrains-compose-compiler = "org.jetbrains.compose.compiler:compiler:1.5.3"
jetbrains-compose-compiler = "org.jetbrains.compose.compiler:compiler:1.5.4"
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 0110750

Please sign in to comment.