diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index c8c7a460b77f05..206bfecdc96b4b 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -496,7 +496,7 @@ android { } dependencies { - api("com.facebook.infer.annotation:infer-annotation:0.11.2") + api("com.facebook.infer.annotation:infer-annotation:0.18.0") api("com.facebook.yoga:proguard-annotations:1.19.0") api("javax.inject:javax.inject:1") api("androidx.appcompat:appcompat:1.0.2") diff --git a/ReactAndroid/src/main/third-party/java/infer-annotations/BUCK b/ReactAndroid/src/main/third-party/java/infer-annotations/BUCK index 9cf53d29a79beb..2fd4c3bf633f34 100644 --- a/ReactAndroid/src/main/third-party/java/infer-annotations/BUCK +++ b/ReactAndroid/src/main/third-party/java/infer-annotations/BUCK @@ -9,6 +9,6 @@ rn_prebuilt_jar( fb_native.remote_file( name = "infer-annotations.jar", - sha1 = "f514ff4ca022a579d9cf7524846988b646ae4491", - url = "mvn:com.facebook.infer.annotation:infer-annotation:jar:0.11.2", + sha1 = "27539793fe93ed7d92b6376281c16cda8278ab2f", + url = "mvn:com.facebook.infer.annotation:infer-annotation:jar:0.18.0", )