I'm using Crashlytics on my project and it works fine. Except when I set the flag minifyEnabled to true and I get following error:
Error:Could not determine the dependencies of task ':app:crashlyticsStoreDeobsProdRelease'. > Task with path 'dexProdRelease' not found in project ':app'.
I'm using last version of Gradle Plugin and also following Carshlytics instructions to use it with ProGuard.
I'm not using DexGuard.
Any idea what does this error mean and how to fix it ?