Migrate to google credential to authenticate
This commit is contained in:
parent
b21ecd5449
commit
51ffc9a303
3 changed files with 54 additions and 80 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue