Update dependency com.google.gms:google-services to v4.4.0

This commit is contained in:
renovate[bot] 2023-09-14 22:25:11 +00:00 committed by GitHub
parent b1250a49e8
commit 9190880643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ import org.jetbrains.kotlin.cli.common.toBooleanLenient
buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
classpath("com.google.gms:google-services:4.3.15")
classpath("com.google.gms:google-services:4.4.0")
}
}