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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-25 04:19:00 +00:00 committed by GitHub
parent 3fb3a615ec
commit e2b1e4f33c
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) {