Skip to content

Commit

Permalink
Add support annotations dependency
Browse files Browse the repository at this point in the history
Summary:
Should fix current test-android error in Circle CI.
Closes #17774

Differential Revision: D6837326

Pulled By: hramos

fbshipit-source-id: a53464d3abb52248c6565dee68e7e7f9be9a313f
  • Loading branch information
hramos authored and facebook-github-bot committed Jan 30, 2018
1 parent c7ed03a commit 9643204
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rn_android_library(
],
provided_deps = [
react_native_dep("third-party/android/support/v4:lib-support-v4"),
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
],
required_for_source_only_abi = True,
visibility = [
Expand Down

0 comments on commit 9643204

Please sign in to comment.