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

This commit is contained in:
renovate[bot] 2024-03-20 18:49:36 +00:00 committed by Andre K
parent 37bcecc954
commit 9302ac70c4

View file

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