recuperação de passe e uns erritos no google

This commit is contained in:
2025-12-10 10:19:08 +00:00
parent 85a64eb15f
commit 7aa8b79009
8 changed files with 258 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ credentialsPlayServicesAuth = "1.5.0"
googleid = "1.1.1"
firebaseDatabase = "22.0.1"
recyclerview = "1.4.0"
playServicesAuth = "21.2.0"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -29,6 +30,7 @@ credentials-play-services-auth = { group = "androidx.credentials", name = "crede
googleid = { group = "com.google.android.libraries.identity.googleid", name = "googleid", version.ref = "googleid" }
firebase-database = { group = "com.google.firebase", name = "firebase-database", version.ref = "firebaseDatabase" }
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
play-services-auth = { group = "com.google.android.gms", name = "play-services-auth", version.ref = "playServicesAuth" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }