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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 13, 2024
1 parent 5a6c783 commit 465f110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:2024.05.00")
val composeBom = platform("androidx.compose:compose-bom:2024.06.00")
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin = "2.0.0"
[libraries]
androidx-activity-activity-compose = "androidx.activity:activity-compose:1.9.0"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidx-compose-compose-bom = "androidx.compose:compose-bom:2024.05.00"
androidx-compose-compose-bom = "androidx.compose:compose-bom:2024.06.00"
androidx-compose-foundation = "androidx.compose.foundation:foundation:1.6.7"
androidx-compose-material = "androidx.compose.material:material:1.6.7"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.7"
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:2024.05.00")
val composeBom = platform("androidx.compose:compose-bom:2024.06.00")
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down

0 comments on commit 465f110

Please sign in to comment.