From 87bc645ea223c7af19aeeafe199f23104bdbe491 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Sun, 12 Jan 2025 05:25:39 -0500 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 36bf202..4499b3a 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 "8.7.3" apply false - id("com.android.library") version "8.7.3" apply false + id("com.android.application") version "8.8.0" apply false + id("com.android.library") version "8.8.0" apply false id("org.jetbrains.kotlin.android") version "2.1.0" apply false id("com.google.gms.google-services") version "4.4.2" apply false id("androidx.navigation.safeargs") version "2.8.5" apply false