Migrate to google credential to authenticate

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2024-06-04 12:15:20 +02:00
parent b21ecd5449
commit 51ffc9a303
3 changed files with 54 additions and 80 deletions

View file

@ -123,6 +123,11 @@ dependencies {
// Splash Screen support prior to Android 12
implementation("androidx.core:core-splashscreen:1.0.1")
// Google Auth
implementation("androidx.credentials:credentials:1.2.2")
implementation("androidx.credentials:credentials-play-services-auth:1.2.2")
implementation("com.google.android.libraries.identity.googleid:googleid:1.1.0")
// Google service
implementation("com.google.android.gms:play-services-auth:21.2.0")
implementation(