Is there any simple way to turn Crashlytics Android SDK off while developing ?
I don\'t want it to send a crash every time I do something stupid
On the othe
This work for me:
releaseCompile 'com.crashlytics.sdk.android:crashlytics:2.9.9'
and in buildTypes:
debug { ext.enableCrashlytics = false }