diff --git a/build.gradle.kts b/build.gradle.kts index ffabb35d..de8f3b92 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ buildscript { classpath("com.android.tools.build:gradle:9.2.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.10") classpath("org.jlleitschuh.gradle:ktlint-gradle:14.2.0") - classpath("com.google.gms:google-services:4.4.4") + classpath("com.google.gms:google-services:4.5.0") classpath("com.google.firebase:firebase-crashlytics-gradle:3.0.7") } }