Skip to content

Commit bc74fe8

Browse files
authored
add applovin and ironsource to dpebot's blocklist (#386)
1 parent 60ae8b5 commit bc74fe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ allprojects {
3131
def isBlocked = { candidate ->
3232
def blocklist = [
3333
'androidx.browser:browser',
34-
'com.facebook.android:facebook-android-sdk'
34+
'com.facebook.android:facebook-android-sdk',
35+
'com.applovin:applovin-sdk',
36+
'com.ironsource.sdk:mediationsdk'
3537
]
3638
return blocklist.any { word ->
3739
return candidate.toString().contains(word)

0 commit comments

Comments
 (0)