Skip to content

Commit

Permalink
Ensure glean-native is excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy authored and csadilek committed Sep 14, 2021
1 parent c7d7337 commit 276626e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 276626e

Please sign in to comment.