From eba4887f96dfb0ac01154210a48c85fa1c9abb23 Mon Sep 17 00:00:00 2001 From: Colin Lee Date: Tue, 13 Aug 2019 22:16:23 -0500 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/4709: Fix Bugzilla issue 1573549 (https://github.com/mozilla-mobile/fenix/pull/4710) --- mobile/android/fenix/app/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mobile/android/fenix/app/build.gradle b/mobile/android/fenix/app/build.gradle index 837795ee79a1..8f3e9f9b4ef0 100644 --- a/mobile/android/fenix/app/build.gradle +++ b/mobile/android/fenix/app/build.gradle @@ -415,7 +415,10 @@ dependencies { } testImplementation 'org.apache.maven:maven-ant-tasks:2.1.3' - implementation Deps.fragment_testing, { + debugImplementation Deps.fragment_testing, { + exclude group: 'androidx.test', module: 'core' + } + forPerformanceTestImplementation Deps.fragment_testing, { exclude group: 'androidx.test', module: 'core' } // For production builds, the native code for all `org.mozilla.appservices` -- 2.11.4.GIT