Skip to content

Commit 07c46cb

Browse files
yungstersdanilobuerger
authored andcommitted
RN: Upgrade infer-annotation to 0.18.0 (facebook#31856)
Summary: Pull Request resolved: facebook#31856 Upgrades `infer-annotation` to 0.18.0 so that we can use `Nullsafe` in Android Java. I found this when looking at the "Bazel" steps on this page: https://search.maven.org/artifact/com.facebook.infer.annotation/infer-annotation/0.18.0/jar Changelog: [Android][Changed] - Upgraded `infer-annotation` to 0.18.0. Reviewed By: mdvacca, ShikaSD Differential Revision: D29685321 fbshipit-source-id: a017ad29355c4790bffa8bcd349336e51261f83e
1 parent 480888a commit 07c46cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ReactAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ android {
440440
}
441441

442442
dependencies {
443-
api("com.facebook.infer.annotation:infer-annotation:0.11.2")
443+
api("com.facebook.infer.annotation:infer-annotation:0.18.0")
444444
api("com.facebook.yoga:proguard-annotations:1.14.1")
445445
api("javax.inject:javax.inject:1")
446446
api("androidx.appcompat:appcompat:1.0.2")

ReactAndroid/src/main/third-party/java/infer-annotations/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ rn_prebuilt_jar(
99

1010
fb_native.remote_file(
1111
name = "infer-annotations.jar",
12-
sha1 = "f514ff4ca022a579d9cf7524846988b646ae4491",
13-
url = "mvn:com.facebook.infer.annotation:infer-annotation:jar:0.11.2",
12+
sha1 = "27539793fe93ed7d92b6376281c16cda8278ab2f",
13+
url = "mvn:com.facebook.infer.annotation:infer-annotation:jar:0.18.0",
1414
)

0 commit comments

Comments
 (0)