Я не могу найти свою ошибку, но я понимаю, что это как-то связано с несовпадающими версиями в build.gradle.
Любая помощь приветствуется.
Журнал ошибок:
Сбой выполнения для задачи ': app: transformClassesWithMultidexlistForDebug'.
com.android.build.api.transform.TransformException: Ошибка при создании основного списка dex.
Мои зависимости build.gradle:
dependencies {
compile project(':react-native-vector-icons')
compile project(':react-native-gesture-handler')
compile project(':react-native-fcm')
implementation fileTree(dir: "libs", include: ["*.jar"])
//implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "com.google.firebase:firebase-core:15.0.2" //17
implementation "com.google.firebase:firebase-messaging:15.0.2" //19
implementation "com.android.support:preference-v7:28.0.0"
implementation "com.google.android.gms:play-services-base:16.1.0"
//implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.+'
}