mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 14:35:40 +03:00
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:
commit
9c69edd730
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue