Merge branch 'bugly' into 'master'

scanner: blacklist Bugly

See merge request fdroid/fdroidserver!680
This commit is contained in:
Michael Pöhn 2019-09-28 07:59:52 +00:00
commit 0963da9fd3

View file

@ -77,6 +77,7 @@ def scan_source(build_dir, build=metadata.Build()):
r'firebase', r'firebase',
r'''["']com.facebook.android['":]''', r'''["']com.facebook.android['":]''',
r'cloudrail', r'cloudrail',
r'com.tencent.bugly',
] ]
} }