Skip to content

Commit

Permalink
Merge pull request #4017 from nextcloud/renovate/androidx.compose-com…
Browse files Browse the repository at this point in the history
…pose-bom-2024.x

fix(deps): update dependency androidx.compose:compose-bom to v2024.06.00
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
2 parents 08b517f + 2303be3 commit 9c69edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.13.1'

//compose
implementation(platform("androidx.compose:compose-bom:2024.02.01"))
implementation(platform("androidx.compose:compose-bom:2024.06.00"))
implementation("androidx.compose.ui:ui")
implementation 'androidx.compose.material3:material3'
implementation("androidx.compose.ui:ui-tooling-preview")
Expand Down

0 comments on commit 9c69edd

Please sign in to comment.