diff --git a/build.gradle b/build.gradle index f9888e1..4e6b3bf 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // Android Gradle plugin // Add other classpaths like Google Services and Firebase Crashlytics if needed here. - classpath 'com.google.gms:google-services:4.4.3' // assuming you need it for your project + classpath 'com.google.gms:google-services:4.4.4' // assuming you need it for your project classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.6' // assuming you need it for project }