From c0c95a068200ad01f14e52ca2d8560fbb1e4e765 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Thu, 31 Aug 2023 18:24:36 -0400 Subject: [PATCH] Auto-update dependencies. --- auth/app/build.gradle.kts | 2 +- firestore/app/build.gradle.kts | 2 +- functions/app/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index 56b39d036..fa2dc60e2 100644 --- a/auth/app/build.gradle.kts +++ b/auth/app/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("com.google.firebase:firebase-auth-ktx") // Google Identity Services SDK (only required for Auth with Google) - implementation("com.google.android.gms:play-services-auth:20.6.0") + implementation("com.google.android.gms:play-services-auth:20.7.0") // Firebase UI // Used in FirebaseUIActivity. diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index feeef306b..31a5caa1c 100644 --- a/firestore/app/build.gradle.kts +++ b/firestore/app/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { implementation("com.google.firebase:firebase-auth-ktx") // Google Play services - implementation("com.google.android.gms:play-services-auth:20.6.0") + implementation("com.google.android.gms:play-services-auth:20.7.0") // FirebaseUI (for authentication) implementation("com.firebaseui:firebase-ui-auth:8.0.2") diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index 43be49e49..350c88973 100644 --- a/functions/app/build.gradle.kts +++ b/functions/app/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { implementation("com.firebaseui:firebase-ui-auth:8.0.2") // Google Play services - implementation("com.google.android.gms:play-services-auth:20.6.0") + implementation("com.google.android.gms:play-services-auth:20.7.0") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")