Skip to content

Commit

Permalink
RN: Upgrade infer-annotation to 0.18.0 (#31856)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
yungsters authored and facebook-github-bot committed Jul 13, 2021
1 parent 73ae12b commit b5c94e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions ReactAndroid/src/main/third-party/java/infer-annotations/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

0 comments on commit b5c94e3

Please sign in to comment.