From 2a4907816d949cb95681d7a26f5968e0233a876d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:39:54 +0000 Subject: [PATCH] Build(deps): bump androidx.navigation.safeargs.kotlin Bumps androidx.navigation.safeargs.kotlin from 2.10.0 to 2.10.1. --- updated-dependencies: - dependency-name: androidx.navigation.safeargs.kotlin dependency-version: 2.10.1 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 9147fe360..9a346836e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ apply(from = "$rootDir/ext.gradle.kts") plugins { id("com.android.application") version "9.4.0" apply false - id("androidx.navigation.safeargs.kotlin") version "2.10.0" apply false + id("androidx.navigation.safeargs.kotlin") version "2.10.1" apply false id("com.starter.easylauncher") version "6.4.1" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.4.20" apply false id("com.google.devtools.ksp") version "2.3.12" apply false