Skip to content

Commit d6cf6c6

Browse files
authored
Downgrade play-services-auth (#1655)
1 parent b67eba7 commit d6cf6c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
6969
"androidx.browser:browser",
7070
"com.facebook.android",
7171
"com.google.guava",
72-
"com.github.bumptech.glide"
72+
"com.github.bumptech.glide",
73+
"com.google.android.gms"
7374
).any { keyword ->
7475
keyword in candidate.toString().lowercase()
7576
}

firestore/app/build.gradle.kts

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

6565
// Google Play services
66-
implementation("com.google.android.gms:play-services-auth:21.2.0")
66+
// Pinned to 20.7.0 as a workaround for issue https://github.com/firebase/quickstart-android/issues/1647
67+
implementation("com.google.android.gms:play-services-auth:20.7.0")
6768

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

0 commit comments

Comments
 (0)