Skip to content

Commit

Permalink
Bump androidx.compose:compose-bom from 2024.05.00 to 2024.06.00
Browse files Browse the repository at this point in the history
Bumps androidx.compose:compose-bom from 2024.05.00 to 2024.06.00.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 5f377a8 commit 15a02d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation("androidx.compose.material3:material3")


implementation(platform("androidx.compose:compose-bom:2024.05.00"))
implementation(platform("androidx.compose:compose-bom:2024.06.00"))

implementation("androidx.compose.ui:ui")
implementation("androidx.activity:activity-compose:1.9.0")
Expand Down

0 comments on commit 15a02d4

Please sign in to comment.