- google-services.json now has real Firebase project values - Added firebase-messaging-ktx dependency (was missing) - Updated google-services plugin to 4.4.4
7 lines
299 B
Kotlin
7 lines
299 B
Kotlin
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.4" apply false
|
|
}
|