Skip to content

Commit

Permalink
Bump androidx.compose:compose-bom from 2023.05.01 to 2024.05.00 (#317)
Browse files Browse the repository at this point in the history
Bumps androidx.compose:compose-bom from 2023.05.01 to 2024.05.00.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 9, 2024
1 parent c4f91c5 commit a1d7645
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 @@ -80,7 +80,7 @@ java {

dependencies {

val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
val composeBom = platform("androidx.compose:compose-bom:2024.05.00")
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down
2 changes: 1 addition & 1 deletion signature-pad/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ java {
}

dependencies {
val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
val composeBom = platform("androidx.compose:compose-bom:2024.05.00")
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down

0 comments on commit a1d7645

Please sign in to comment.