Disable importing of Crashlytics
问题 I just recently integrated Crashlytics into my App. But I am having a "problem": Its always enabled On their page (and in various stackoverflow threads) its said to turn it off I have to include ext.enableCrashlytics = false into my build.gradle. So my buildTypes look like the following buildTypes { debug { applicationIdSuffix ".debug" versionNameSuffix "-DEV" ext.enableCrashlytics = false } release { minifyEnabled false //TODO:Switch to true and add Proguard config to release proguardFiles