chore(deps): update com.google.gms:google-services to v4.4.0

This commit is contained in:
renovate[bot]
2023-09-14 19:13:10 +00:00
committed by Andre K
parent 8d7f81f4a2
commit 08a771b329

View File

@@ -23,7 +23,7 @@ buildscript {
// Firebase Crashlytics
if (project.findProperty("useCrashlytics") == true) {
println("useCrashlytics classpath $useCrashlytics")
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
}