mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 05:13:04 +03:00
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:
parent
347bd0e271
commit
3664a2e8dc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user