aboutsummaryrefslogtreecommitdiff
path: root/junit
diff options
context:
space:
mode:
authorChristian Williams <christianw@google.com>2019-02-13 13:21:55 -0800
committerChristian Williams <christianw@google.com>2019-03-15 14:26:02 -0700
commitccbf4e2779aace97acc2890bbb4201545f833d44 (patch)
treee9387b0ddeed5fbabd6a03d6a065056d29d7ed8e /junit
parent030f13a3480e9ead7a95af19ae3d0bec03875960 (diff)
downloadrobolectric-ccbf4e2779aace97acc2890bbb4201545f833d44.tar.gz
Revert to `api` dependencies because of Android Studio bug.
https://issuetracker.google.com/issues/123899777
Diffstat (limited to 'junit')
-rw-r--r--junit/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/junit/build.gradle b/junit/build.gradle
index ba3914023..64a39ee26 100644
--- a/junit/build.gradle
+++ b/junit/build.gradle
@@ -3,11 +3,11 @@ new RoboJavaModulePlugin(
).apply(project)
dependencies {
- implementation project(":annotations")
- implementation project(":sandbox")
- implementation project(":pluginapi")
- implementation project(":shadowapi")
- implementation project(":utils:reflector")
+ api project(":annotations")
+ api project(":sandbox")
+ api project(":pluginapi")
+ api project(":shadowapi")
+ api project(":utils:reflector")
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
compileOnly "junit:junit:4.12"