Merge pull request #2996 from gedoor/dependabot/gradle/com.google.gms.google-services-4.3.15

Bump com.google.gms.google-services from 4.3.10 to 4.3.15
This commit is contained in:
kunfei 2023-04-16 16:09:28 +08:00 committed by GitHub
commit 377e1549d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ plugins {
id 'com.android.library' version "$agp_version" apply false
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
id "de.undercouch.download" version "5.2.1" apply false
id "com.google.gms.google-services" version "4.3.10" apply false
id "com.google.gms.google-services" version "4.3.15" apply false
}
task clean(type: Delete) {