File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
69
69
" androidx.browser:browser" ,
70
70
" com.facebook.android" ,
71
71
" com.google.guava" ,
72
- " com.github.bumptech.glide"
72
+ " com.github.bumptech.glide" ,
73
+ " com.google.android.gms"
73
74
).any { keyword ->
74
75
keyword in candidate.toString().lowercase()
75
76
}
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ dependencies {
63
63
implementation(" com.google.firebase:firebase-auth" )
64
64
65
65
// 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" )
67
68
68
69
// FirebaseUI (for authentication)
69
70
implementation(" com.firebaseui:firebase-ui-auth:8.0.2" )
You can’t perform that action at this time.
0 commit comments