Bump com.google.gms.google-services from 4.3.10 to 4.3.15

Bumps com.google.gms.google-services from 4.3.10 to 4.3.15.

---
updated-dependencies:
- dependency-name: com.google.gms.google-services
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-16 01:18:14 +00:00 committed by GitHub
parent 51d24baf43
commit 24233dfeeb
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) {