Merge pull request #3378 from gedoor/dependabot/gradle/com.google.gms.google-services-4.4.0

Bump com.google.gms.google-services from 4.3.15 to 4.4.0
This commit is contained in:
kunfei 2023-11-01 01:41:49 -05:00 committed by GitHub
commit 56aca6ca8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ plugins {
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
id 'com.google.devtools.ksp' version "$kotlin_version-$ksp_version" apply false
id "de.undercouch.download" version "5.5.0" apply false
id "com.google.gms.google-services" version "4.3.15" apply false
id "com.google.gms.google-services" version "4.4.0" apply false
}
tasks.register('clean', Delete) {