firebase e card view

This commit is contained in:
2026-01-27 17:16:10 +00:00
parent 502ba7e5f3
commit a0aa0303c9
3 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ googleid = "1.1.1"
firebaseDatabase = "22.0.1"
recyclerview = "1.4.0"
playServicesAuth = "21.2.0"
cardview = "1.0.0"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -31,6 +32,7 @@ googleid = { group = "com.google.android.libraries.identity.googleid", name = "g
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" }
cardview = { group = "androidx.cardview", name = "cardview", version.ref = "cardview" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }