From ebfa81e053eaf3c167a237b777007246bbc0a4f2 Mon Sep 17 00:00:00 2001 From: jarnedemeulemeester Date: Fri, 14 Jun 2024 17:38:34 +0200 Subject: [PATCH] chore(deps): update compose and lifecycle compose-bom 2024.05.00 -> 2024.06.00 lifecycle 2.8.1 -> 2.8.2 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 52ddfe8c..2ae59ee3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,12 +4,12 @@ android-desugar-jdk-libs = "2.0.4" android-plugin = "8.4.2" androidx-activity = "1.9.0" androidx-appcompat = "1.7.0" -androidx-compose-bom = "2024.05.00" +androidx-compose-bom = "2024.06.00" androidx-compose-material3 = "1.2.1" androidx-constraintlayout = "2.1.4" androidx-core = "1.13.1" androidx-hilt = "1.2.0" -androidx-lifecycle = "2.8.1" +androidx-lifecycle = "2.8.2" androidx-media3 = "1.3.1" androidx-navigation = "2.7.7" androidx-paging = "3.3.0"