Skip to content

Commit

Permalink
Update dependency androidx.compose:compose-bom to v2024.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2024
1 parent a8f0960 commit 777d0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dependencies {
implementation 'androidx.work:work-runtime-ktx:2.9.0'

// Compose
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
def composeBom = platform('androidx.compose:compose-bom:2024.06.00')
implementation composeBom
androidTestImplementation composeBom
// Material Design 3
Expand Down

0 comments on commit 777d0dc

Please sign in to comment.