Bump com.google.gms:google-services from 4.4.3 to 4.4.4

Bumps com.google.gms:google-services from 4.4.3 to 4.4.4.

---
updated-dependencies:
- dependency-name: com.google.gms:google-services
  dependency-version: 4.4.4
  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] 2025-12-22 08:22:39 +00:00 committed by GitHub
parent 437daab95b
commit 78211af485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// Android Gradle plugin
// Add other classpaths like Google Services and Firebase Crashlytics if needed here.
classpath 'com.google.gms:google-services:4.4.3' // assuming you need it for your project
classpath 'com.google.gms:google-services:4.4.4' // assuming you need it for your project
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.6'
// assuming you need it for project
}