From 212911c59952de3264dc34f71916fc15f5832c87 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Sun, 9 Aug 2026 13:04:54 -0400 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 ea22f84..bab1248 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("com.android.library") version "9.3.1" apply false id("org.jetbrains.kotlin.android") version "2.4.10" apply false id("com.google.gms.google-services") version "4.5.0" apply false - id("io.github.ben-manes.versions") version "0.60.0" apply true + id("io.github.ben-manes.versions") version "0.61.0" apply true } allprojects {