From a2bb1ceb8979cccb070f79b69ef12094339eb1f1 Mon Sep 17 00:00:00 2001 From: stylianosgakis Date: Thu, 12 Dec 2024 15:49:46 +0100 Subject: [PATCH] Bump compose and navigation Most critical ones to fix some crashes which we've seen --- 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 c08f3f7ae1..e5c227ed2b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,11 +32,11 @@ accompanist = "0.36.0" androidx-activity-compose = "1.9.3" androidx-activity-core = "1.9.3" androidx-annotation = "1.9.1" -androidx-composeBom = "2024.11.00" +androidx-composeBom = "2024.12.01" androidx-datastore = "1.1.1" androidx-junit = "1.2.1" androidx-lifecycle = "2.8.7" -androidx-navigation = "2.8.4" +androidx-navigation = "2.8.5" androidx-other-appCompat = "1.7.0" androidx-other-browser = "1.8.0" androidx-other-constraintLayout = "2.2.0"