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 {