From 3706ec9f5435b7574dc9b5d1dd4accf6dcbf37f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 09:29:08 +0200 Subject: [PATCH] chore(deps): update androidx.navigation to v2.6.0 (#403) 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 60121d70..457eef56 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidx-hilt = "1.0.0" androidx-leanback = "1.2.0-alpha02" androidx-lifecycle = "2.6.1" androidx-media3 = "1.0.2" -androidx-navigation = "2.5.3" +androidx-navigation = "2.6.0" androidx-paging = "3.1.1" androidx-preference = "1.2.0" androidx-recyclerview = "1.3.0"