mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Don't manually exclude glean-native
The latest geckoview-omni package correctly declares its capabilities, including the `glean-native` one. Additionally it is able to pick geckoview-omni over glean-native in all configurations.
This commit is contained in:
parent
f2b7eea088
commit
0a08c61e8d
@ -479,9 +479,7 @@ dependencies {
|
||||
implementation Deps.mozilla_service_sync_autofill
|
||||
implementation Deps.mozilla_service_sync_logins
|
||||
implementation Deps.mozilla_service_firefox_accounts
|
||||
implementation(Deps.mozilla_service_glean) {
|
||||
exclude group: 'org.mozilla.telemetry', module: 'glean-native'
|
||||
}
|
||||
implementation(Deps.mozilla_service_glean)
|
||||
implementation Deps.mozilla_service_location
|
||||
implementation Deps.mozilla_service_nimbus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user