Skip to content

Commit

Permalink
add firebase-functions to list of blocklisted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored Jan 21, 2025
1 parent 359be87 commit 0a10bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
"com.facebook.android",
"com.google.guava",
"com.github.bumptech.glide",
"com.google.android.gms"
"com.google.android.gms",
"com.google.firebase:firebase-functions" // TODO(thatfiredev): remove once https://github.com/firebase/firebase-android-sdk/issues/6522 is fixed
).any { keyword ->
keyword in candidate.toString().lowercase()
}
Expand Down

0 comments on commit 0a10bd2

Please sign in to comment.