реализация 'com.firebaseui: firebase-ui-auth: 6.0.2' (Firebase Auth UI) Дайте мне ошибку - PullRequest
0 голосов
/ 24 октября 2019

Когда я добавляю следующие зависимости:

implementation 'com.firebaseui:firebase-ui-auth:6.0.2'

, выдает ошибку.

Я использую Windows 10 и Android 3.5.

dependencies {

    implementation 'com.firebaseui:firebase-ui-auth:6.0.2'

}

Сообщение об ошибке:

ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91
    is also present at [androidx.core:core:1.0.1] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
    Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:5:5-19:19 to override.

См. Скриншот: enter image description here

...