Skip to content

Commit

Permalink
fix: Pin fbjni to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jul 31, 2023
1 parent 3ed019d commit 8b9b702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ dependencies {

if (REACT_NATIVE_VERSION < 71) {
//noinspection GradleDynamicVersion
extractHeaders("com.facebook.fbjni:fbjni:+:headers")
extractHeaders("com.facebook.fbjni:fbjni:0.4.0:headers")
//noinspection GradleDynamicVersion
extractJNI("com.facebook.fbjni:fbjni:+")
extractJNI("com.facebook.fbjni:fbjni:0.4.0")

def rnAarMatcher = "**/react-native/**/*${resolveBuildType()}.aar"
if (REACT_NATIVE_VERSION < 69) {
Expand Down

1 comment on commit 8b9b702

@vercel
Copy link

@vercel vercel bot commented on 8b9b702 Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.