Skip to content

Commit

Permalink
Change Hyperion coere dependencies from implementation to api
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Wieczorek authored Nov 4, 2019
1 parent 4a434f5 commit 25b2a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foqa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ androidPublish.artifactId = 'foqa'
description = "Various Quality Assurance utilities to be included in QA/testing variants of Android apps"

dependencies {
implementation "com.willowtreeapps.hyperion:hyperion-core:$versions.hyperion"
api "com.willowtreeapps.hyperion:hyperion-core:$versions.hyperion"
implementation "com.willowtreeapps.hyperion:hyperion-attr:$versions.hyperion"
implementation "com.willowtreeapps.hyperion:hyperion-measurement:$versions.hyperion"
implementation "com.willowtreeapps.hyperion:hyperion-disk:$versions.hyperion"
Expand All @@ -21,4 +21,4 @@ dependencies {
implementation project(':device_info_plugin')
implementation project(':font_scale_plugin')
implementation project(':chucker_plugin')
}
}

0 comments on commit 25b2a0c

Please sign in to comment.