Skip to content

Commit

Permalink
Remove v4 support library from RN deps
Browse files Browse the repository at this point in the history
Reviewed By: achen1

Differential Revision: D5724107

fbshipit-source-id: 26548c0bc937b725d0cbe3c139ace09006f4fddb
  • Loading branch information
Florian Schoellhammer authored and facebook-github-bot committed Aug 30, 2017
1 parent de01f09 commit fe0d081
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit fe0d081

Please sign in to comment.