diff options
| author | Nazario <francisco.nazario@logixsdigital.com> | 2023-06-05 14:49:14 +0200 |
|---|---|---|
| committer | Nazario <francisco.nazario@logixsdigital.com> | 2023-06-05 14:49:14 +0200 |
| commit | 502fe9a6493b74ea231d02bcaae24e8e87eda98b (patch) | |
| tree | f1253736111b5fba3bccae84da9a553a368730c0 /app/build.gradle | |
| parent | e344a180f40d48ffd1c638ec99c640f2628fe8c8 (diff) | |
Implemented Firebase
Diffstat (limited to 'app/build.gradle')
| -rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 8244d95..346814f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' + id 'com.google.gms.google-services' } android { @@ -64,6 +65,7 @@ dependencies { implementation "androidx.fragment:fragment-ktx:1.5.7" implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.firebase:firebase-auth-ktx:22.0.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' |