Skip to content

Commit 99632e1

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
fix android ci (#21913)
Summary: This PR adds support-annotations to devsupport buck dependency, which fixes Android CI. Pull Request resolved: #21913 Differential Revision: D10842175 Pulled By: hramos fbshipit-source-id: f3f3e0e6a3a5e9ceb18db11ac67e820a7f10937a
1 parent 88981a8 commit 99632e1

File tree

1 file changed

+1
-0
lines changed
  • ReactAndroid/src/main/java/com/facebook/react/devsupport

1 file changed

+1
-0
lines changed

ReactAndroid/src/main/java/com/facebook/react/devsupport/BUCK

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rn_android_library(
1212
],
1313
deps = [
1414
react_native_dep("libraries/fbcore/src/main/java/com/facebook/common/logging:logging"),
15+
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
1516
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
1617
react_native_dep("third-party/java/jsr-305:jsr-305"),
1718
react_native_dep("third-party/java/okhttp:okhttp3"),

0 commit comments

Comments
 (0)