Crashlytics not showing crashes for release build Android
问题 I am facing isssue with Crashlytics. Not sure what I am doing wrong. I have two buildTypes release and debug as below. Gradle file: apply plugin: 'com.android.application' apply plugin: 'io.fabric' repositories { maven { url 'https://maven.fabric.io/public' } } apply plugin: 'android-apt' def AAVersion = '4.2.0' buildscript { repositories { mavenCentral() maven { url 'https://maven.fabric.io/public' } } dependencies { // replace with the current version of the android-apt plugin classpath