chore: add real Firebase config and messaging dependency
- google-services.json now has real Firebase project values - Added firebase-messaging-ktx dependency (was missing) - Updated google-services plugin to 4.4.4
This commit is contained in:
@@ -2,5 +2,5 @@ plugins {
|
||||
id("com.android.application") version "9.2.1" apply false
|
||||
id("org.jetbrains.kotlin.plugin.compose") version "2.3.21" apply false
|
||||
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21" apply false
|
||||
id("com.google.gms.google-services") version "4.4.2" apply false
|
||||
id("com.google.gms.google-services") version "4.4.4" apply false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user