Skip to content

Commit

Permalink
fix: bump soloader version to fix java.lang.UnsatisfiedLinkError
Browse files Browse the repository at this point in the history
  • Loading branch information
bacarybruno committed Feb 4, 2021
1 parent 85ce1f9 commit 3c9a0dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ android {
}

dependencies {
// https://github.com/facebook/SoLoader/issues/55#issuecomment-653890808
implementation'com.facebook.soloader:soloader:0.9.0+'

implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
Expand Down

0 comments on commit 3c9a0dc

Please sign in to comment.