Skip to content

Commit

Permalink
Update Kotlin/Compose (#241)
Browse files Browse the repository at this point in the history
* Update Kotlin/Compose

* Update libs.versions.toml

---------

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 committed Jun 26, 2023
1 parent 398b52e commit 1d2bd32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minSdk = "21"

coroutine = "1.7.1"

kotlin = "1.8.20"
kotlin = "1.8.21"

squareup-okhttp = "4.11.0"
squareup-retrofit = "2.9.0"
Expand All @@ -20,7 +20,7 @@ androidx-compose-material3 = { module = "androidx.compose.material3:material3" }

coil-compose = "io.coil-kt:coil-compose:2.4.0"

compose-compiler = { module = "org.jetbrains.compose.compiler:compiler", version = "1.4.5" }
compose-compiler = { module = "org.jetbrains.compose.compiler:compiler", version = "1.4.7" }
compose-runtime = { module = "org.jetbrains.compose.runtime:runtime", version = "1.4.1" }
compose-rx2 = { module = "androidx.compose.runtime:runtime-rxjava2", version = "1.4.3" }

Expand Down

0 comments on commit 1d2bd32

Please sign in to comment.