From fb47db2bb80c409c7103f9fa156d4467ee590c3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:43:05 -0700 Subject: [PATCH] chore(deps): update androidx.navigation3:navigation3-runtime to v1.2.0-rc01 (#7104) 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 cad7a36f13..a54b65f6a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ navigation3 = "1.2.0-beta01" # navigation3-runtime is AndroidX's own KMP artifact, separate from the JetBrains # navigation3-ui mirror above; the two refs move independently and the mirror does not # publish every AndroidX version, so they are not always equal. -navigation3-runtime = "1.2.0-beta01" +navigation3-runtime = "1.2.0-rc01" navigationevent = "1.1.0" paging = "3.5.1" room = "3.0.3"