This commit is contained in:
2026-02-03 08:39:40 +00:00
parent 1f8b217ab7
commit ff725c6c1f
10 changed files with 1368 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
plugins {
id 'com.android.application'
id 'com.google.gms.google-services'
}
android {
@@ -39,7 +40,12 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
implementation 'androidx.navigation:navigation-fragment:2.7.7'
implementation 'androidx.navigation:navigation-ui:2.7.7'
implementation 'com.google.firebase:firebase-auth:24.0.1'
implementation 'androidx.credentials:credentials:1.5.0'
implementation 'androidx.credentials:credentials-play-services-auth:1.5.0'
implementation 'com.google.android.libraries.identity.googleid:googleid:1.1.1'
implementation 'com.google.firebase:firebase-storage:22.0.1'
// Room
def room_version = "2.6.1"
implementation "androidx.room:room-runtime:$room_version"