Я столкнулся с проблемой добавления зависимости Firestore. Любая ошибка создания зависимости Firestore, событие последнее. Здесь текущая зависимость com.google.firebase:firebase-firestore:17.1.2
после добавления этого приложения зависимость не работает, и я также пытаюсь firesrore: 16.0.0 and firestore:15:0.1
но ничего не работает.
implementation fileTree(dir: 'libs', include: ['*.jar'])
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:support-v4:27.1.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation'com.android.support.test.espresso:espresso-core:3.0.2'
// FireBase
//noinspection GradleCompatible
**implementation 'com.google.firebase:firebase-core:16.0.1'**
/*[This line create Error but i need firestore]*/
implementation 'com.google.firebase:firebase-firestore:17.1.2'
// Audience Network
implementation 'com.android.support:recyclerview-v7:27.1.1'
// Required Dependency by Audience Network SDK
implementation 'com.facebook.android:audience-network-sdk:5.+'
// admob ad dependency
implementation 'com.google.android.gms:play-services-ads:15.0.1'
// Tappx ad Dependency
implementation 'com.tappx.sdk.android:tappx-sdk:3.+'
implementation 'com.google.android.gms:play-services-base:15.0.1'