I\'ve been having an issue and I don\'t know how to fix it.
My project use crashlytics, but it\'s always crash and not sent report. I have a TimeoutException:
I fixed the TimeoutException by adding the following to my build.gradle
TimeoutException
build.gradle
ext.enableCrashlytics = true
Or if you have several extensions already:
ext { ... enableCrashlytics = true }
You can put it in your application's build.gradle.