Я использую два плагина с моим приложением флаттера location: ^1.4.1
и firebase_messaging: ^2.0.0
Если я использую один плагин, он отлично работает, но вместе
What went wrong:
Failed to capture snapshot of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check.
> The library com.google.android.gms:play-services-basement is being requested by various other libraries at [[15.0.1,15.0.1]], but resolves to 16.0.1. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.
- флаттер чистый
- Попытка понизить версию как для плагина
- , так и для поиска в Google
не работает для меня.
сборка уровня приложения: implementation 'com.google.firebase:firebase-core:16.0.1'
Уровень проекта: classpath 'com.google.gms:google-services:4.0.1'
Спасибо:)