Add firebase resource file generated by the firebase plugin, to be able to remove the plugin.

This commit is contained in:
Benoit Marty 2023-04-12 12:03:11 +02:00
parent e9fa854143
commit 1f7b897216
9 changed files with 31 additions and 131 deletions

View file

@ -33,8 +33,8 @@ plugins {
id("com.google.firebase.appdistribution") version "4.0.0"
id("org.jetbrains.kotlinx.knit") version "0.4.0"
id("kotlin-parcelize")
// TODO Move the plugin to the firebase module?
id("com.google.gms.google-services")
// To be able to update the firebase.xml files, uncomment and build the project
// id("com.google.gms.google-services")
}
android {