Skip to content

Commit

Permalink
Update Compose to v1.6.6 (#744)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 3568fff commit b5e25b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ android-target = "33"
android-compile = "33"

androidx-compose-compiler = "1.5.12"
androidx-compose-runtime = "1.6.5"
androidx-compose-ui = "1.6.5"
androidx-compose-animation = "1.6.5"
androidx-compose-runtime = "1.6.6"
androidx-compose-ui = "1.6.6"
androidx-compose-animation = "1.6.6"
jetbrains-compose = "1.6.2"
jetbrains-compose-compiler = "1.5.10.1"

Expand Down
6 changes: 3 additions & 3 deletions sample/simple/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ android-target = "33"
androidx-activity = "1.8.2"
androidx-annotations = "1.6.0"
androidx-compose-compiler = "1.5.12"
androidx-compose-runtime = "1.6.5"
androidx-compose-ui = "1.6.5"
androidx-compose-foundation = "1.6.5"
androidx-compose-runtime = "1.6.6"
androidx-compose-ui = "1.6.6"
androidx-compose-foundation = "1.6.6"
androidx-compose-material = "1.2.1"
androidx-core = "1.13.0"
androidx-lifecycle = "2.7.0"
Expand Down

0 comments on commit b5e25b1

Please sign in to comment.