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 {
3333 " com.applovin:applovin-sdk" ,
3434 " com.ironsource.sdk:mediationsdk" ,
3535 " 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"
3739 ).any { keyword ->
3840 keyword in candidate.toString().lowercase()
3941 }
Original file line number Diff line number Diff line change @@ -40,5 +40,7 @@ dependencies {
4040
4141 // Add the dependency for the Cloud Functions library
4242 // 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" )
4446}
You can’t perform that action at this time.
0 commit comments