From c0446823070f103f4ad22c61c140fd74eebdc543 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:29:57 +0100 Subject: [PATCH] fix(deps): update dependency androidx.navigation:navigation-compose to v2.7.5 (#578) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 7f5d0b68d..b472a4527 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -53,7 +53,7 @@ compose-material = { module = "androidx.compose.material:material" } compose-material3 = "androidx.compose.material3:material3:1.1.2" compose-materialRipple = { module = "androidx.compose.material:material-ripple" } compose-materialIconsExtended = { module = "androidx.compose.material:material-icons-extended" } -compose-navigation = { module = "androidx.navigation:navigation-compose", version = "2.7.4" } +compose-navigation = { module = "androidx.navigation:navigation-compose", version = "2.7.5" } compose-runtime = { module = "androidx.compose.runtime:runtime" } compose-runtimeLivedata = { module = "androidx.compose.runtime:runtime-livedata" } compose-tooling = { module = "androidx.compose.ui:ui-tooling" }