mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-05 12:36:31 +03:00
soloader
This commit is contained in:
parent
be1cddd169
commit
8f92a00bd5
@ -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()
|
||||||
|
@ -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.+'
|
||||||
|
Loading…
Reference in New Issue
Block a user