From 57145c5aef71afeb29bf5fb918259ae7dc2b9514 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 03:52:24 +0000 Subject: [PATCH] Update dependency androidx.navigation:navigation-compose to v2.6.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0ff1e2c..ca7053a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ android { dependencies { def shizuku_version = "13.1.0" - def nav_version = "2.5.3" + def nav_version = "2.6.0" implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'