Skip to content

Commit

Permalink
updated soloader
Browse files Browse the repository at this point in the history
it was potentially causing the couldn't find DSO to load: libhermes.so issue:
ref: facebook/react-native#29528 (comment)
  • Loading branch information
noumantahir committed Aug 16, 2021
1 parent 347bd0e commit 3664a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'
def enableHermes = project.ext.react.get("enableHermes", false);
configurations.all {
resolutionStrategy {
force "com.facebook.soloader:soloader:0.8.1"
force "com.facebook.soloader:soloader:0.9.0+"
}
}
android {
Expand Down

0 comments on commit 3664a2e

Please sign in to comment.