prebuilt_jar(
    name = "infer-annotations",
    binary_jar = ":infer-annotations.jar",
    visibility = ["//ReactAndroid/..."],
)

remote_file(
    name = "infer-annotations.jar",
    sha1 = "f514ff4ca022a579d9cf7524846988b646ae4491",
    url = "mvn:com.facebook.infer.annotation:infer-annotation:jar:0.11.2",
)