From df32e3a519de2af918ff67fe8d3749684b70c1d1 Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Wed, 24 Jun 2020 15:22:20 -0400 Subject: [PATCH] Closes #2989: Add glean unit test dependency --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index e5ff7cf3b2..01258b237f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -224,6 +224,10 @@ dependencies { androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.10.0' testImplementation 'com.squareup.okhttp3:mockwebserver:3.10.0' + // For the initial release of Glean 19, we require consumer applications to + // depend on a separate library for unit tests. This will be removed in future releases. + testImplementation "org.mozilla.telemetry:glean-forUnitTests:21.3.0" + androidTestImplementation "tools.fastlane:screengrab:1.2.0", { // This Fastlane dependency causes our builds to fail due to having two different // versions of UiAutomator. Fastlane is not on the most recent version of