From 82f4e011e0a784bea0f17d2cd1f17958eb5ac460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 20:07:38 +0000 Subject: [PATCH] Bump androidx.navigation.safeargs.kotlin from 2.8.5 to 2.8.6 Bumps androidx.navigation.safeargs.kotlin from 2.8.5 to 2.8.6. --- updated-dependencies: - dependency-name: androidx.navigation.safeargs.kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8b0fd544f7..629af4f267 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("com.android.application") version "8.7.3" apply false id("org.jetbrains.kotlin.android") version "2.1.0" apply false - id("androidx.navigation.safeargs.kotlin") version "2.8.5" apply false + id("androidx.navigation.safeargs.kotlin") version "2.8.6" apply false id("com.starter.easylauncher") version "6.4.0" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.0" apply false id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false