Skip to content

Commit 047b7f5

Browse files
authored
add firebase-functions to list of blocklisted dependencies (#2641)
1 parent 359be87 commit 047b7f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
7171
"com.facebook.android",
7272
"com.google.guava",
7373
"com.github.bumptech.glide",
74-
"com.google.android.gms"
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
7576
).any { keyword ->
7677
keyword in candidate.toString().lowercase()
7778
}

0 commit comments

Comments
 (0)