From 0a08c61e8df22935b08fc47c06597796809b6430 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 29 Sep 2021 12:13:20 +0200 Subject: [PATCH] [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. --- app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b64a69437f..f4cdeccc9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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