Skip to content

Commit 717490f

Browse files
authored
Auto-update dependencies. (#1625)
1 parent 297fabe commit 717490f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

auth/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
implementation("com.google.firebase:firebase-auth")
6666

6767
// Google Identity Services SDK (only required for Auth with Google)
68-
implementation("com.google.android.gms:play-services-auth:21.1.1")
68+
implementation("com.google.android.gms:play-services-auth:21.2.0")
6969

7070
// Firebase UI
7171
// Used in FirebaseUIActivity.

firestore/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation("com.google.firebase:firebase-auth")
6464

6565
// Google Play services
66-
implementation("com.google.android.gms:play-services-auth:21.1.1")
66+
implementation("com.google.android.gms:play-services-auth:21.2.0")
6767

6868
// FirebaseUI (for authentication)
6969
implementation("com.firebaseui:firebase-ui-auth:8.0.2")

functions/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation("com.firebaseui:firebase-ui-auth:8.0.2")
6767

6868
// Google Play services
69-
implementation("com.google.android.gms:play-services-auth:21.1.1")
69+
implementation("com.google.android.gms:play-services-auth:21.2.0")
7070

7171
testImplementation("junit:junit:4.13.2")
7272
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

0 commit comments

Comments
 (0)