Add support annotations dependency
Summary: Should fix current test-android error in Circle CI. Closes https://github.com/facebook/react-native/pull/17774 Differential Revision: D6837326 Pulled By: hramos fbshipit-source-id: a53464d3abb52248c6565dee68e7e7f9be9a313f
This commit is contained in:
parent
c7ed03a95c
commit
964320447d
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue