Merge pull request #1341 from vector-im/renovate/com.google.gms-google-services-4.x

Update dependency com.google.gms:google-services to v4.4.0
This commit is contained in:
Benoit Marty 2023-09-15 19:32:16 +02:00 committed by GitHub
commit 0bdb5d08ef
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")
}
}