1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 22:40:12 +01:00

add Google Play Core to non-free/proprietary dependencies

This commit is contained in:
Izzy 2021-01-04 17:39:57 +01:00
parent 1e4697cef9
commit 434a23f822
No known key found for this signature in database
GPG Key ID: 5841AA5BBD64591E

View File

@ -50,6 +50,7 @@ CODE_SIGNATURES = {
exp: re.compile(r'.[\s]*d[\s]*[0-9]*[\s]*[0-9*][\s]*[0-9]*[\s]*' + exp, re.IGNORECASE) for exp in [
r'(com\.google\.firebase[^\s]*)',
r'(com\.google\.android\.gms[^\s]*)',
r'(com\.google\.android\.play\.core[^\s]*)',
r'(com\.google\.tagmanager[^\s]*)',
r'(com\.google\.analytics[^\s]*)',
r'(com\.android\.billing[^\s]*)',
@ -65,6 +66,7 @@ NON_FREE_GRADLE_LINES = {
r'google.*ad.*view',
r'google.*admob',
r'google.*play.*services',
r'com.google.android.play:core.*',
r'crittercism',
r'heyzap',
r'jpct.*ae',