diff --git a/Examples/UIExplorer/android/app/BUCK b/Examples/UIExplorer/android/app/BUCK index 399675d62..0c864a078 100644 --- a/Examples/UIExplorer/android/app/BUCK +++ b/Examples/UIExplorer/android/app/BUCK @@ -14,6 +14,7 @@ android_library( srcs = glob(['src/main/java/**/*.java']), deps = [ ':res', + 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/modules/core:core'), react_native_target('java/com/facebook/react/shell:shell'),