From cad3b6bf33e3b81f65267c91ed3de36038933c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 20:42:06 +0000 Subject: [PATCH] Bump androidx.navigation.safeargs.kotlin from 2.8.9 to 2.9.0 Bumps androidx.navigation.safeargs.kotlin from 2.8.9 to 2.9.0. --- updated-dependencies: - dependency-name: androidx.navigation.safeargs.kotlin dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ea90de2be7..ae477f16ef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("com.android.application") version "8.9.2" apply false id("org.jetbrains.kotlin.android") version "2.1.20" apply false - id("androidx.navigation.safeargs.kotlin") version "2.8.9" apply false + id("androidx.navigation.safeargs.kotlin") version "2.9.0" apply false id("com.starter.easylauncher") version "6.4.0" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.20" apply false id("com.google.devtools.ksp") version "2.1.20-2.0.1" apply false