From 4debda507a58558f09f04c5284c21e98edc7c773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 04:42:40 +0800 Subject: [PATCH] fix(deps): update dependency androidx.navigation3:navigation3-runtime-android to v1.1.4 (#40) 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 486e22d..efc8e9b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ libcxx = "29.0.14206865" lifecycleRuntimeKtx = "2.10.0" activityCompose = "1.13.0" composeBom = "2026.03.01" -androidxNavigation3 = "1.1.0" +androidxNavigation3 = "1.1.4" junit = "4.13.2" androidxJunit = "1.3.0" espressoCore = "3.7.0"