mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Merge branch 'playcore' into 'master'
add Google Play Core to non-free/proprietary dependencies See merge request fdroid/fdroidserver!844
This commit is contained in:
commit
c1186f1b45
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