Я обновил свои службы Google с 3.2.1 до 3.3.0 и начал получать следующую ошибку
Реализация
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "com.google.gms:google-services:3.3.0" // <- Update
}
}
Ошибка
More than one variant of project :asq-react-native-facebook-log-in matches the consumer attributes:
- Configuration ':asq-react-native-facebook-log-in:debugApiElements' variant android-aidl:
- Found artifactType 'android-aidl' but wasn't required.
- Required com.android.build.api.attributes.BuildTypeAttr 'debug' and found compatible value 'debug'.
- Found com.android.build.api.attributes.VariantAttr 'debug' but wasn't required.
- Required com.android.build.gradle.internal.dependency.AndroidTypeAttr 'Aar' and found compatible value 'Aar'.
- Required default 'development' but no value provided.
- Required org.gradle.usage 'java-api' and found compatible value 'java-api'.
Эта ошибка происходит в моем основном проекте, однако сама ошибка относится к этому проекту https://github.com/Asimetriq/asq-react-native-facebook-log-in/tree/master/android (это одна из зависимостей в моем основном проекте)
Бит - Configuration
ошибки повторяется несколько раз (тот же контент, здесь его не было, чтобы сохранить чистоту.)