diff --git a/android/app/build.gradle b/android/app/build.gradle index 5e4801c88..8b621a3c8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -121,7 +121,11 @@ def jscFlavor = 'org.webkit:android-jsc-intl:+' * and the benefits of using Hermes will therefore be sharply reduced. */ def enableHermes = project.ext.react.get("enableHermes", false); - +configurations.all { + resolutionStrategy { + force "com.facebook.soloader:soloader:0.8.0" + } +} android { compileSdkVersion rootProject.ext.compileSdkVersion @@ -145,6 +149,7 @@ android { // react-native-image-crop-picker vectorDrawables.useSupportLibrary = true } + splits { abi { reset() diff --git a/android/build.gradle b/android/build.gradle index f07523cc3..a4897ff45 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -27,7 +27,7 @@ buildscript { jcenter() } dependencies { - classpath('com.android.tools.build:gradle:3.4.2') + classpath('com.android.tools.build:gradle:3.5.2') classpath 'com.google.gms:google-services:4.0.2' classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.+'