Skip to content

Commit 84911fb

Browse files
authored
Set fbjni version to be 0.5.1
Differential Revision: D71348042 Pull Request resolved: #9337
1 parent f351ec2 commit 84911fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818

1919
task makeJar(type: Jar) {
2020
dependencies {
21-
implementation 'com.facebook.fbjni:fbjni-java-only:0.2.2'
21+
implementation 'com.facebook.fbjni:fbjni-java-only:0.5.1'
2222
implementation 'com.facebook.soloader:nativeloader:0.10.5'
2323
}
2424
}

0 commit comments

Comments
 (0)