mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-19 04:52:51 +08:00
use latest infer-annotations from maven (#20599)
Summary: This PR removes infer-annotation from the repo and uses latest version of it from maven. Pull Request resolved: https://github.com/facebook/react-native/pull/20599 Differential Revision: D9437594 Pulled By: hramos fbshipit-source-id: 93c33041dd8a61b220c352fb187a23bb2dd1b4db
This commit is contained in:
committed by
Facebook Github Bot
parent
833954a669
commit
f884a1be69
@@ -1,5 +1,11 @@
|
||||
prebuilt_jar(
|
||||
name = "infer-annotations",
|
||||
binary_jar = "infer-annotations-4.0.jar",
|
||||
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",
|
||||
)
|
||||
Binary file not shown.
Reference in New Issue
Block a user