From f5de4e918cb4bd03b2f53fb09da4e3ce91ec0f4e Mon Sep 17 00:00:00 2001 From: DPE bot Date: Wed, 9 Sep 2026 05:26:07 -0400 Subject: [PATCH] Auto-update dependencies. --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2619724..c0ef563 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,8 +2,8 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask plugins { - id("com.android.application") version "9.3.2" apply false - id("com.android.library") version "9.3.2" apply false + id("com.android.application") version "9.4.0" apply false + id("com.android.library") version "9.4.0" apply false id("com.google.gms.google-services") version "4.5.0" apply false id("androidx.navigation.safeargs") version "2.10.0" apply false id("io.github.ben-manes.versions") version "0.61.0" apply true