diff --git a/ReactAndroid/src/main/java/com/facebook/react/modules/appearance/BUCK b/ReactAndroid/src/main/java/com/facebook/react/modules/appearance/BUCK index e7dc34b1060..7ddc097cabc 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/modules/appearance/BUCK +++ b/ReactAndroid/src/main/java/com/facebook/react/modules/appearance/BUCK @@ -9,7 +9,6 @@ rn_android_library( ], deps = [ react_native_dep("third-party/java/jsr-305:jsr-305"), - react_native_dep("third-party/android/support-annotations:android-support-annotations"), react_native_dep("third-party/android/androidx:annotation"), react_native_target("java/com/facebook/react/bridge:bridge"), react_native_target("java/com/facebook/react/common:common"),