Skip to content

Commit

Permalink
Bump androidx.compose:compose-bom from 2024.04.01 to 2024.05.00 (#117)
Browse files Browse the repository at this point in the history
* Bump androidx.compose:compose-bom from 2024.04.01 to 2024.05.00

Bumps androidx.compose:compose-bom from 2024.04.01 to 2024.05.00.

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Also bump compose compiler

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charlotte Van Petegem <[email protected]>
  • Loading branch information
dependabot[bot] and chvp authored May 4, 2024
1 parent 0e0c8a9 commit 59efc35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {
viewBinding = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.12"
kotlinCompilerExtensionVersion = "1.5.13"
}
packaging {
resources {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
lifecycle = "2.7.0"
activity = "1.9.0"
compose-bom = "2024.04.01"
compose-bom = "2024.05.00"
material = "1.12.0"

[libraries]
Expand Down

0 comments on commit 59efc35

Please sign in to comment.