Skip to content

Commit

Permalink
Fix bazel build by adding missing core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchabot committed Dec 5, 2018
1 parent 9e991e0 commit 7a240a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ android_library(
name = "matcher",
srcs = glob(["*.java"]),
deps = [
"//core",
"//espresso/intents/java/androidx/test/espresso/intent:precondition_checks",
"//espresso/intents/java/androidx/test/espresso/intent:resolved_intent_interface",
"//runner/android_junit_runner",
"@hamcrest//jar",
],
)

0 comments on commit 7a240a4

Please sign in to comment.