This commit is contained in:
feruz 2020-01-22 18:22:25 +02:00
parent be1cddd169
commit 8f92a00bd5
2 changed files with 7 additions and 2 deletions

View File

@ -121,7 +121,11 @@ def jscFlavor = 'org.webkit:android-jsc-intl:+'
* and the benefits of using Hermes will therefore be sharply reduced. * and the benefits of using Hermes will therefore be sharply reduced.
*/ */
def enableHermes = project.ext.react.get("enableHermes", false); def enableHermes = project.ext.react.get("enableHermes", false);
configurations.all {
resolutionStrategy {
force "com.facebook.soloader:soloader:0.8.0"
}
}
android { android {
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
@ -145,6 +149,7 @@ android {
// react-native-image-crop-picker // react-native-image-crop-picker
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
splits { splits {
abi { abi {
reset() reset()

View File

@ -27,7 +27,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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.google.gms:google-services:4.0.2'
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.+' classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.+'