Я пытаюсь реализовать несколько функций Firebase следующим образом:
implementation 'com.google.firebase:firebase-core:16.0.4'
implementation 'com.google.firebase:firebase-messaging:16.0.4'
implementation 'com.google.firebase:firebase-database:16.0.4'
implementation 'com.google.firebase:firebase-crash:16.0.4'
implementation 'com.google.android.gms:play-services-analytics:16.0.4'
Проблема заключается в том, что gradle-синхронизация завершается неудачно со следующими ошибками;
Failed to resolve: com.google.firebase:firebase-core:17.0.2
Failed to resolve: com.google.firebase:firebase-messaging:17.0.2
Failed to resolve: com.google.firebase:firebase-database:17.0.2
Failed to resolve: com.google.firebase:firebase-crash:17.0.2
Failed to resolve: com.google.android.gms:play-services-analytics:17.0.2
Failed to resolve: com.google.android.gms:play-services-location:17.0.2
Failed to resolve: com.google.android.gms:play-services-base:17.0.2
Эти ошибки очень сбивают с толку, так как нигде в build.gradle я не работаю ни с версией 17.0.2 Firebase, ни с сервисами play.Любая подсказка?