From dcd7628ac433051f168c797637371ada889ef22d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 03:42:44 +0000 Subject: [PATCH] fix(deps): update navigation3 to v1.1.2 --- 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 12045d3..308d4ac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ hilt = "2.59.2" junit = "6.1.0" kotlin = "2.3.21" ktor = "3.5.0" -navigation3 = "1.0.1" +navigation3 = "1.1.2" [plugins] android-application = { id = "com.android.application", version = "9.2.1" }