crashlytics (fabric) Android Studio plugin broken in release 1.24.0

Viewed 675

I'm keep getting:

Error:Could not determine the dependencies of task ':main:crashlyticsStoreDeobsDebug'.
Task with path 'dexDebug' not found in project ':main'.

gradle include:

classpath 'io.fabric.tools:gradle:1+'
2 Answers
Related