mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
remove redundant google analytics match
'google.*play.*services' and 'firebase' will catch both manners of including analytics I think https://developers.google.com/android/guides/setup#split https://firebase.google.com/support/release-notes/android#latest_sdk_versions This has the desired side effect of also allowing the libre analytics library 'net.mikehardy:google-analytics-java' and 'net.mikehardy:google-analytics-java7'
This commit is contained in:
parent
d3df615ad1
commit
3c398e2aa6
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ def scan_source(build_dir, build=metadata.Build()):
|
|||
exp: re.compile(r'.*' + exp, re.IGNORECASE) for exp in [
|
||||
r'flurryagent',
|
||||
r'paypal.*mpl',
|
||||
r'google.*analytics',
|
||||
r'admob.*sdk.*android',
|
||||
r'google.*ad.*view',
|
||||
r'google.*admob',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue