From 15da28074a687c2ef64a227708005ecf9dab6cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:10:41 -0500 Subject: [PATCH] Build(deps): Bump androidx.navigation:navigation-runtime-ktx (#171) Bumps androidx.navigation:navigation-runtime-ktx from 2.8.3 to 2.8.4. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 2fb7754..a008469 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.1.1 androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.7" androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7" -androidx-navigation-runtime-ktx = "androidx.navigation:navigation-runtime-ktx:2.8.3" +androidx-navigation-runtime-ktx = "androidx.navigation:navigation-runtime-ktx:2.8.4" androidx-window = "androidx.window:window:1.3.0" google-oss-licenses = "com.google.android.gms:play-services-oss-licenses:17.1.0" google-oss-licenses-plugin = "com.google.android.gms:oss-licenses-plugin:0.10.6"