From 6243e3181849db87491963abdd69b9adc9c5da78 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Oct 2024 17:01:55 +0000 Subject: [PATCH] Update dependency androidx.navigation:navigation-runtime-ktx to v2.8.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 f9ac88b..729dad2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ maxSdk = "35" minSdk = "23" monitor = "1.7.2" navigationCommon = "2.7.7" -navigationRuntimeKtx = "2.7.7" +navigationRuntimeKtx = "2.8.2" navigationVersion = "2.7.7" orchestrator = "1.5.0" play = "2.0.1"