From d5aac52b0b009da200ab51e45855aac094eea003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 07:00:34 +0000 Subject: [PATCH] Bump androidx.compose:compose-bom from 2024.05.00 to 2024.06.00 Bumps androidx.compose:compose-bom from 2024.05.00 to 2024.06.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 02a1c45..71fec3a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ androidxCore = "1.13.1" androidxAnnotation = "1.7.1" androidxLifecycle = "2.7.0" androidxActivity = "1.8.2" -androidxComposeBom = "2024.05.00" +androidxComposeBom = "2024.06.00" androidxHiltNavigation = "1.2.0" androidxComposeNavigation = "2.7.7" hilt = "2.51.1"