mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-13 22:43:59 +08:00
Converting android support library dependencies to be provided_deps in React Native.
Reviewed By: bestander Differential Revision: D5326236 fbshipit-source-id: 3f2ca43a78c4c868ed6665b4d9f61630631f9502
This commit is contained in:
committed by
Facebook Github Bot
parent
51afde821d
commit
1ab96fd077
@@ -8,6 +8,7 @@ rn_robolectric_test(
|
||||
deps = [
|
||||
YOGA_TARGET,
|
||||
react_native_dep("libraries/fbcore/src/test/java/com/facebook/powermock:powermock"),
|
||||
react_native_dep("third-party/android/support/v4:lib-support-v4"),
|
||||
react_native_dep("third-party/java/fest:fest"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_dep("third-party/java/junit:junit"),
|
||||
|
||||
@@ -11,6 +11,7 @@ rn_robolectric_test(
|
||||
deps = [
|
||||
YOGA_TARGET,
|
||||
react_native_dep("libraries/fbcore/src/test/java/com/facebook/powermock:powermock"),
|
||||
react_native_dep("third-party/android/support/v4:lib-support-v4"),
|
||||
react_native_dep("third-party/java/fest:fest"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_dep("third-party/java/junit:junit"),
|
||||
|
||||
Reference in New Issue
Block a user