diff --git a/build.gradle.kts b/build.gradle.kts index 2cc1459..4d31832 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ buildscript { classpath("com.android.tools.build:gradle:7.1.3") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10") classpath("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.3") - classpath("com.google.gms:google-services:4.4.2") + classpath("com.google.gms:google-services:4.4.3") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }