Skip to content

Commit

Permalink
Feat: update compose compiler + jetpack compose (#92)
Browse files Browse the repository at this point in the history
* Update compose compiler

* Update jetpack compose version
  • Loading branch information
adrienmu authored Sep 25, 2024
1 parent 2a35abd commit fbba573
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 @@ -2,8 +2,8 @@
agp = "8.3.2"
kotlin = "1.9.23"
kotlinx-coroutines = "1.8.0"
compose = "1.6.2"
compose-compiler = "1.5.11"
compose = "1.6.7"
compose-compiler = "1.6.11"
compose-ui = "1.6.4"
compose-foundation = "1.6.4"
compose-material3 = "1.2.1"
Expand Down

0 comments on commit fbba573

Please sign in to comment.