updated soloader

it was potentially causing the couldn't find DSO to load: libhermes.so issue:
ref: https://github.com/facebook/react-native/issues/29528#issuecomment-737734746
This commit is contained in:
Nouman Tahir 2021-08-16 12:45:57 +05:00
parent 347bd0e271
commit 3664a2e8dc

View File

@ -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 {