From eab1e44c0d09cb759d37475ce87856d2d1779112 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:57:06 +0000 Subject: [PATCH] chore(deps): update androidx.compose:compose-bom to v2024.05.00 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b5f151226..0f5587050 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -191,7 +191,7 @@ dependencies { androidTestImplementation "androidx.navigation:navigation-testing:$nav_version" // Compose - def composeBom = platform('androidx.compose:compose-bom:2024.04.01') + def composeBom = platform('androidx.compose:compose-bom:2024.05.00') implementation composeBom androidTestImplementation composeBom implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"