Skip to content

Commit

Permalink
Add 'android.support.annotation' to com.facebook.react BUCK file
Browse files Browse the repository at this point in the history
  • Loading branch information
empyrical committed Sep 13, 2018
1 parent 04ecc2b commit b2e2823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReactAndroid/src/main/java/com/facebook/react/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rn_android_library(
srcs = glob(["*.java"]),
provided_deps = [
react_native_dep("third-party/android/support/v4:lib-support-v4"),
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
],
visibility = [
"PUBLIC",
Expand Down

0 comments on commit b2e2823

Please sign in to comment.