Skip to content

Commit 93e86f1

Browse files
authored
Auto-update dependencies. (#1474)
1 parent b0864d7 commit 93e86f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

auth/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
implementation 'com.google.firebase:firebase-auth-ktx'
6161

6262
// Google Identity Services SDK (only required for Auth with Google)
63-
implementation 'com.google.android.gms:play-services-auth:20.4.1'
63+
implementation 'com.google.android.gms:play-services-auth:20.5.0'
6464

6565
// Firebase UI
6666
// Used in FirebaseUIActivity.

firestore/app/build.gradle

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-ktx'
6666

6767
// Google Play services
68-
implementation 'com.google.android.gms:play-services-auth:20.4.1'
68+
implementation 'com.google.android.gms:play-services-auth:20.5.0'
6969

7070
// FirebaseUI (for authentication)
7171
implementation 'com.firebaseui:firebase-ui-auth:8.0.2'

functions/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
implementation 'com.firebaseui:firebase-ui-auth:8.0.2'
6666

6767
// Google Play services
68-
implementation 'com.google.android.gms:play-services-auth:20.4.1'
68+
implementation 'com.google.android.gms:play-services-auth:20.5.0'
6969

7070
testImplementation 'junit:junit:4.13.2'
7171
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)