I have been using the latest Crashlytics (Fabric integration) for a while. But recently I encountered the following crash error due to missing dependency although I didn\'t
In case this helps someone else, I had a similar issue when upgrading Crashlytics to Fabric. In my case, the plugin left 2 lines from Crashlytics that I needed to manually remove before it would work.
In the gradle file, under buildscript dependencies, I had to manually remove:
classpath 'com.crashlytics.tools.gradle:crashlytics-gradle:1.16.0'
Also, under dependencies, I had to manually remove:
compile 'com.crashlytics.android:crashlytics:1.1.13'