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:
2026-06-13 13:00:54 -04:00
parent 136eebc4c3
commit 988ea118b0
4 changed files with 10 additions and 14 deletions

View File

@@ -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
}