1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00

Merge branch 'msappcenter' into 'master'

Add Microsoft Appcenter SDK to forbidden list

See merge request fdroid/fdroidserver!712
This commit is contained in:
Hans-Christoph Steiner 2020-02-04 09:40:13 +00:00
commit a086d0dd3a

View File

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