Merge pull request #44 from AnBui2004/dependabot/gradle/com.google.gms-google-services-4.4.4

Bump com.google.gms:google-services from 4.4.3 to 4.4.4
This commit is contained in:
An Bui 2025-12-22 22:34:24 +07:00 committed by GitHub
commit 03d295c32a
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
}