Я получаю эту ошибку при обновлении библиотек Firebase:
Библиотека com.google.firebase: запрашивается firebase-analytics
различными другими библиотеками в [[15.0.1,16.0.0), [16.0.1,16.0.1],
[16.0.1,99999]], но разрешается до 16.0.1. Отключите плагин и проверьте
ваше дерево зависимостей, используя ./gradlew: app: dependencies.
Зависимости:
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-messaging:17.1.0'
implementation 'com.google.firebase:firebase-database:16.0.1'
implementation 'com.google.firebase:firebase-appindexing:16.0.1'
implementation 'com.google.firebase:firebase-crash:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.0.2'
implementation 'com.google.firebase:firebase-invites:16.0.1'
implementation 'com.google.firebase:firebase-config:16.0.0'
implementation 'com.google.firebase:firebase-ads:15.0.1'
implementation 'com.google.firebase:firebase-firestore:17.0.2'
Есть ли простой способ найти правильную конфигурацию?
Если нет, то какой плагин отключить и как? если я просто запускаю задачу, я получаю ту же ошибку.
Обновление:
я думаю, что эта зависимость как-то связана с этим, потому что если отключить ее, то включается задача зависимости:
implementation 'com.google.android.gms:play-services-auth:15.0.1'