update the infer-annotation jar for open source to unblock D4883219

Reviewed By: achen1

Differential Revision: D4890251

fbshipit-source-id: 3945c0e85fba15d588aa3b5760c64c5d81c6c516
This commit is contained in:
Aaron Chiu 2017-04-17 15:36:36 -07:00 committed by Facebook Github Bot
parent 1dc0f7e994
commit ff056d22d9
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
prebuilt_jar(
name = "infer-annotations",
binary_jar = "infer-annotations-1.5.jar",
visibility = ["//ReactAndroid/..."],
name = "infer-annotations",
binary_jar = "infer-annotations-4.0.jar",
visibility = ["//ReactAndroid/..."],
)