Skip to content

Commit

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

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

---
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 Apr 20, 2024
1 parent 2013af0 commit 2f1ad02
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.11"
kotlinCompilerExtensionVersion = "1.5.12"
}
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.00"
compose-bom = "2024.04.01"
material = "1.11.0"

[libraries]
Expand Down

0 comments on commit 2f1ad02

Please sign in to comment.