There was an error while loading. Please reload this page.
1 parent 359be87 commit 047b7f5Copy full SHA for 047b7f5
build.gradle.kts
@@ -71,7 +71,8 @@ fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
71
"com.facebook.android",
72
"com.google.guava",
73
"com.github.bumptech.glide",
74
- "com.google.android.gms"
+ "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
76
).any { keyword ->
77
keyword in candidate.toString().lowercase()
78
}
0 commit comments