From 7a24be4b98dc2aad95d4a93522fc0ecfcea07c5a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Sep 2023 17:31:48 +0000 Subject: [PATCH] Update navigation to v2.7.3 --- 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 e96393c3..78c6e66c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ # You need to run ./gradlew wrapper after updating the version gradle = "8.1.1" -navigation = "2.7.1" +navigation = "2.7.3" gradlePlugin = "8.1.1" androidxcar = "1.2.0" androidxcore = "1.10.1"