From 51b35b7a6ced7bc4da22acca2c0f484eb2052b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 06:34:36 +0000 Subject: [PATCH] Bump androidx.compose:compose-bom from 2024.04.01 to 2024.05.00 Bumps androidx.compose:compose-bom from 2024.04.01 to 2024.05.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6a57ff0..33168e8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ androidxAnnotation = "1.7.1" androidxLifecycle = "2.7.0" androidxActivity = "1.8.2" androidxComposeCompiler = "1.5.11" -androidxComposeBom = "2024.04.01" +androidxComposeBom = "2024.05.00" androidxHiltNavigation = "1.2.0" androidxComposeNavigation = "2.7.7" hilt = "2.51.1"