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
Check if crashlytics is disabled in build.gradle file
debug { ext.enableCrashlytics = false }
Instead use
debug { ext.enableCrashlytics = true }