We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ae8b5 commit bc74fe8Copy full SHA for bc74fe8
build.gradle
@@ -31,7 +31,9 @@ allprojects {
31
def isBlocked = { candidate ->
32
def blocklist = [
33
'androidx.browser:browser',
34
- 'com.facebook.android:facebook-android-sdk'
+ 'com.facebook.android:facebook-android-sdk',
35
+ 'com.applovin:applovin-sdk',
36
+ 'com.ironsource.sdk:mediationsdk'
37
]
38
return blocklist.any { word ->
39
return candidate.toString().contains(word)
0 commit comments