Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
point to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 committed Oct 9, 2019
1 parent cb07a02 commit ae0a1f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/service/glean/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation Dependencies.androidx_work_runtime

//api "org.mozilla.telemetry.glean:glean-0.0.1TESTING37"
api files('glean_test_lib/glean-0.0.1-TESTING2.aar')
api files('glean_test_lib/glean-0.0.1-TESTING3.aar')

implementation project(':support-ktx')
implementation project(':support-base')
Expand All @@ -67,8 +67,8 @@ dependencies {
jnaForTest Dependencies.thirdparty_jna
testImplementation files(configurations.jnaForTest.copyRecursive().files)

testImplementation files('glean_test_lib/glean-0.0.1-TESTING2.aar')
testImplementation files('glean_test_lib/glean-forUnitTests-0.0.1-TESTING2.jar')
testImplementation files('glean_test_lib/glean-0.0.1-TESTING3.aar')
testImplementation files('glean_test_lib/glean-forUnitTests-0.0.1-TESTING3.jar')
}

apply from: '../../../publish.gradle'
Expand Down

0 comments on commit ae0a1f3

Please sign in to comment.