tentative de firebase

This commit is contained in:
2025-12-12 10:37:10 +00:00
parent bd89eba772
commit 8e179df1dc
15 changed files with 535 additions and 33 deletions

View File

@@ -22,3 +22,9 @@ subprojects {
tasks.register<Delete>("clean") {
delete(rootProject.layout.buildDirectory)
}
buildscript {
dependencies {
// Adicione esta linha:
classpath 'com.google.gms:google-services:4.4.0'
}
}