Merge pull request #4017 from nextcloud/renovate/androidx.compose-compose-bom-2024.x

fix(deps): update dependency androidx.compose:compose-bom to v2024.06.00
This commit is contained in:
github-actions[bot] 2024-07-24 20:02:55 +02:00 committed by GitHub
commit 9c69edd730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -289,7 +289,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-ktx:1.13.1'
//compose //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.ui:ui")
implementation 'androidx.compose.material3:material3' implementation 'androidx.compose.material3:material3'
implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.ui:ui-tooling-preview")