From ad8d4360286bf3b6d5731fccd145ba670fc38a4c Mon Sep 17 00:00:00 2001 From: DPE bot Date: Thu, 28 Nov 2024 05:30:03 -0500 Subject: [PATCH] Auto-update dependencies. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index af6fc413..2ec9fa02 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask plugins { id("com.android.application") version "8.7.2" apply false id("com.android.library") version "8.7.2" apply false - id("org.jetbrains.kotlin.android") version "2.0.21" 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.4" apply false id("com.github.ben-manes.versions") version "0.51.0" apply true