Skip to content

Commit

Permalink
Update Compose to v1.7.6 (#960)
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 Dec 12, 2024
1 parent b21774f commit 37d22aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android-min = "21"
android-target = "33"
android-compile = "33"

androidx-compose-runtime = "1.7.5"
androidx-compose-ui = "1.7.5"
androidx-compose-runtime = "1.7.6"
androidx-compose-ui = "1.7.6"
androidx-compose-animation = "1.6.6"
jetbrains-compose = "1.7.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 @@ -7,9 +7,9 @@ android-gradle = "8.7.3"
android-min = "26"
androidx-activity = "1.9.3"
androidx-annotations = "1.6.0"
androidx-compose-runtime = "1.7.5"
androidx-compose-ui = "1.7.5"
androidx-compose-foundation = "1.7.5"
androidx-compose-runtime = "1.7.6"
androidx-compose-ui = "1.7.6"
androidx-compose-foundation = "1.7.6"
androidx-compose-material = "1.3.1"
androidx-core = "1.15.0"
androidx-lifecycle = "2.8.7"
Expand Down

0 comments on commit 37d22aa

Please sign in to comment.