From a91ef48fa226aba27bb034a6c3ca693675e97caf Mon Sep 17 00:00:00 2001 From: DPE bot Date: Thu, 30 Jul 2026 13:06:02 -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 bfcaf21..077953b 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.56.0" apply true + id("io.github.ben-manes.versions") version "0.57.0" apply true } allprojects {