mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] Ensure glean-native is excluded
This commit is contained in:
parent
3ea7d78268
commit
2ab11137aa
@ -478,7 +478,9 @@ dependencies {
|
||||
implementation Deps.mozilla_service_sync_autofill
|
||||
implementation Deps.mozilla_service_sync_logins
|
||||
implementation Deps.mozilla_service_firefox_accounts
|
||||
implementation Deps.mozilla_service_glean
|
||||
implementation(Deps.mozilla_service_glean) {
|
||||
exclude group: 'org.mozilla.telemetry', module: 'glean-native'
|
||||
}
|
||||
implementation Deps.mozilla_service_location
|
||||
implementation Deps.mozilla_service_nimbus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user