chore(deps): update androidx.compose:compose-bom to v2024.04.00

This commit is contained in:
renovate[bot] 2024-04-03 19:02:08 +00:00 committed by Andre K
parent b9d7e35207
commit 9f7b4f583f

View file

@ -191,7 +191,7 @@ dependencies {
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"
// Compose
def composeBom = platform('androidx.compose:compose-bom:2024.03.00')
def composeBom = platform('androidx.compose:compose-bom:2024.04.00')
implementation composeBom
androidTestImplementation composeBom
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"