Skip to content

Commit

Permalink
Update Compose to v1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 9e9c298 commit 55e4d9a
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.7"
androidx-compose-ui = "1.7.7"
androidx-compose-runtime = "1.7.8"
androidx-compose-ui = "1.7.8"
androidx-compose-animation = "1.6.6"
jetbrains-compose = "1.7.3"

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.8.0"
android-min = "26"
androidx-activity = "1.10.0"
androidx-annotations = "1.6.0"
androidx-compose-runtime = "1.7.7"
androidx-compose-ui = "1.7.7"
androidx-compose-foundation = "1.7.7"
androidx-compose-runtime = "1.7.8"
androidx-compose-ui = "1.7.8"
androidx-compose-foundation = "1.7.8"
androidx-compose-material = "1.3.1"
androidx-core = "1.15.0"
androidx-lifecycle = "2.8.7"
Expand Down

0 comments on commit 55e4d9a

Please sign in to comment.