From 3911d3e7f7de246040a34a9dcf5042c42e55f362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:10:27 +0000 Subject: [PATCH] Bump androidx.navigation:navigation-compose from 2.7.1 to 2.7.4 Bumps androidx.navigation:navigation-compose from 2.7.1 to 2.7.4. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3b52b96..4388b9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'androidx.compose.runtime:runtime-livedata:1.4.3' implementation 'androidx.compose.material3:material3:1.1.1' - implementation 'androidx.navigation:navigation-compose:2.7.1' + implementation 'androidx.navigation:navigation-compose:2.7.4' implementation 'androidx.datastore:datastore-preferences:1.0.0' implementation "androidx.camera:camera-core:$camerax_version"