Skip to content

Commit

Permalink
Update Kotlin, Compose, and Zipline (#2255)
Browse files Browse the repository at this point in the history
* Update Kotlin, Compose, and Zipline

* Update FIR parser

* Update yarn lock

* Zipline 1.17.0

* API dump

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <[email protected]>
  • Loading branch information
renovate[bot] and JakeWharton authored Aug 29, 2024
1 parent 6cc5268 commit efe9131
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 478 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 = "2.0.10"
kotlin = "2.0.20"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.7.1"
androidx-activity = "1.9.1"
androidx-compose-ui = "1.6.8"
jbCompose = "1.6.11"
lint = "31.5.2"
zipline = "1.16.0"
zipline = "1.17.0"
coil = "3.0.0-alpha10"
okio = "3.9.0"

Expand Down Expand Up @@ -86,6 +86,6 @@ turbine = "app.cash.turbine:turbine:1.1.0"
ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"
ktlintComposeRules = "io.nlopez.compose.rules:ktlint:0.4.10"
googleJavaFormat = "com.google.googlejavaformat:google-java-format:1.23.0"
poko-gradlePlugin = "dev.drewhamilton.poko:poko-gradle-plugin:0.16.0"
poko-gradlePlugin = "dev.drewhamilton.poko:poko-gradle-plugin:0.17.0"

lint-core = { module = "com.android.tools.lint:lint", version.ref = "lint" }
Loading

0 comments on commit efe9131

Please sign in to comment.