File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
71
71
" com.facebook.android" ,
72
72
" com.google.guava" ,
73
73
" com.github.bumptech.glide" ,
74
- " com.google.android.gms" ,
75
- " com.google.firebase:firebase-functions" // TODO(thatfiredev): remove once https://github.com/firebase/firebase-android-sdk/issues/6522 is fixed
74
+ " com.google.android.gms"
76
75
).any { keyword ->
77
76
keyword in candidate.toString().lowercase()
78
77
}
Original file line number Diff line number Diff line change @@ -54,9 +54,7 @@ dependencies {
54
54
implementation(platform(" com.google.firebase:firebase-bom:33.10.0" ))
55
55
56
56
// Cloud Functions for Firebase
57
- // TODO(thatfiredev): remove the pinned dependency version when
58
- // https://github.com/firebase/firebase-android-sdk/issues/6522 is fixed
59
- implementation(" com.google.firebase:firebase-functions:21.0.0" )
57
+ implementation(" com.google.firebase:firebase-functions" )
60
58
61
59
// Firebase Authentication
62
60
implementation(" com.google.firebase:firebase-auth" )
You can’t perform that action at this time.
0 commit comments