Skip to content

Commit

Permalink
Update Compose to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 06552bc commit f18cc5a
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 @@ -15,9 +15,9 @@ android-compile = "33"
androidx-activity = "1.7.2"
androidx-annotations = "1.5.0"
androidx-compose-compiler = "1.5.3"
androidx-compose-runtime = "1.5.1"
androidx-compose-ui = "1.5.1"
androidx-compose-animation = "1.5.1"
androidx-compose-runtime = "1.5.2"
androidx-compose-ui = "1.5.2"
androidx-compose-animation = "1.5.2"
androidx-core = "1.12.0"
androidx-lifecycle = "2.6.2"
androidx-fragment = "1.6.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.7.2"
androidx-annotations = "1.6.0"
androidx-compose-compiler = "1.5.3"
androidx-compose-runtime = "1.5.1"
androidx-compose-ui = "1.5.1"
androidx-compose-foundation = "1.5.1"
androidx-compose-runtime = "1.5.2"
androidx-compose-ui = "1.5.2"
androidx-compose-foundation = "1.5.2"
androidx-compose-material = "1.1.2"
androidx-core = "1.12.0"
androidx-lifecycle = "2.6.2"
Expand Down

0 comments on commit f18cc5a

Please sign in to comment.