mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
add Google Play Core to non-free/proprietary dependencies
This commit is contained in:
parent
1e4697cef9
commit
434a23f822
1 changed files with 2 additions and 0 deletions
|
|
@ -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 [
|
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\.firebase[^\s]*)',
|
||||||
r'(com\.google\.android\.gms[^\s]*)',
|
r'(com\.google\.android\.gms[^\s]*)',
|
||||||
|
r'(com\.google\.android\.play\.core[^\s]*)',
|
||||||
r'(com\.google\.tagmanager[^\s]*)',
|
r'(com\.google\.tagmanager[^\s]*)',
|
||||||
r'(com\.google\.analytics[^\s]*)',
|
r'(com\.google\.analytics[^\s]*)',
|
||||||
r'(com\.android\.billing[^\s]*)',
|
r'(com\.android\.billing[^\s]*)',
|
||||||
|
|
@ -65,6 +66,7 @@ NON_FREE_GRADLE_LINES = {
|
||||||
r'google.*ad.*view',
|
r'google.*ad.*view',
|
||||||
r'google.*admob',
|
r'google.*admob',
|
||||||
r'google.*play.*services',
|
r'google.*play.*services',
|
||||||
|
r'com.google.android.play:core.*',
|
||||||
r'crittercism',
|
r'crittercism',
|
||||||
r'heyzap',
|
r'heyzap',
|
||||||
r'jpct.*ae',
|
r'jpct.*ae',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue