Remove v4 support library from RN deps
Reviewed By: achen1 Differential Revision: D5724107 fbshipit-source-id: 26548c0bc937b725d0cbe3c139ace09006f4fddb
This commit is contained in:
parent
de01f09b5d
commit
fe0d081229
|
@ -3,11 +3,13 @@ include_defs("//ReactAndroid/DEFS")
|
|||
android_library(
|
||||
name = "checkbox",
|
||||
srcs = glob(["*.java"]),
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/support/v4:lib-support-v4"),
|
||||
],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
react_native_dep("third-party/android/support/v4:lib-support-v4"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_target("java/com/facebook/react/bridge:bridge"),
|
||||
react_native_target("java/com/facebook/react/common:common"),
|
||||
|
|
Loading…
Reference in New Issue