File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
33
33
" com.applovin:applovin-sdk" ,
34
34
" com.ironsource.sdk:mediationsdk" ,
35
35
" com.google.guava" ,
36
- " com.github.bumptech.glide"
36
+ " com.github.bumptech.glide" ,
37
+ // TODO(thatfiredev): remove functions once https://github.com/firebase/firebase-android-sdk/issues/6522 is fixed
38
+ " com.google.firebase:firebase-functions"
37
39
).any { keyword ->
38
40
keyword in candidate.toString().lowercase()
39
41
}
Original file line number Diff line number Diff line change @@ -40,5 +40,7 @@ dependencies {
40
40
41
41
// Add the dependency for the Cloud Functions library
42
42
// When using the BoM, you don't specify versions in Firebase library dependencies
43
- implementation(" com.google.firebase:firebase-functions" )
43
+ // TODO(thatfiredev): remove the pinned dependency version when
44
+ // https://github.com/firebase/firebase-android-sdk/issues/6522 is fixed
45
+ implementation(" com.google.firebase:firebase-functions:21.0.0" )
44
46
}
You can’t perform that action at this time.
0 commit comments