From 028016ac5f64709e4ed30aa8212d08abf872702a Mon Sep 17 00:00:00 2001 From: DPE bot Date: Mon, 27 Jul 2026 13:05:48 -0400 Subject: [PATCH 1/2] 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 d06855b..e6cd587 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("com.github.ben-manes.versions") version "0.54.0" apply true + id("com.github.ben-manes.versions") version "0.56.0" apply true } allprojects { From 2cc15d09125794058ff48f254bfcabff1eea965b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20P=2E=20Fernandes?= Date: Mon, 27 Jul 2026 19:20:06 +0100 Subject: [PATCH 2/2] use the new ID for the gradle versions plugin --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e6cd587..bfcaf21 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("com.github.ben-manes.versions") version "0.56.0" apply true + id("io.github.ben-manes.versions") version "0.56.0" apply true } allprojects {