From 62df9c012a6bdfe5a33895c0321cb35f12f4dbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:24:55 +0000 Subject: [PATCH] Bump androidx.navigation:navigation-compose from 2.8.1 to 2.8.2 Bumps androidx.navigation:navigation-compose from 2.8.1 to 2.8.2. --- 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 7ddba3f..138c096 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation 'androidx.compose.runtime:runtime-livedata:1.7.2' implementation 'androidx.compose.material3:material3:1.2.1' - implementation 'androidx.navigation:navigation-compose:2.8.1' + implementation 'androidx.navigation:navigation-compose:2.8.2' implementation 'androidx.datastore:datastore-preferences:1.1.1' implementation "androidx.camera:camera-core:$camerax_version"