From 44ee21717bc2f41c615ce392f37fdb4dadc19932 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Wed, 26 Aug 2026 05:24:38 -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 d9b98fe..59fc5e9 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.1" apply false - id("com.android.library") version "9.3.1" apply false + id("com.android.application") version "9.3.2" apply false + id("com.android.library") version "9.3.2" apply false id("com.google.gms.google-services") version "4.5.0" apply false id("androidx.navigation.safeargs") version "2.9.8" apply false id("io.github.ben-manes.versions") version "0.61.0" apply true