From 2ab11137aa293785b2799d55cbc7ed3eee49b846 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 25 Aug 2021 12:56:14 +0200 Subject: [PATCH] [fenix] Ensure glean-native is excluded --- app/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4b3922e661..910cb6708f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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