Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Closes #2989: Add glean unit test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
psymoon committed Jun 24, 2020
1 parent 1095d1d commit df32e3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df32e3a

Please sign in to comment.