Skip to content

Instantly share code, notes, and snippets.

@zmdominguez
Created January 19, 2022 06:52
Show Gist options
  • Save zmdominguez/899ac6fffb37088cdc0b19e67c8a0da5 to your computer and use it in GitHub Desktop.
Save zmdominguez/899ac6fffb37088cdc0b19e67c8a0da5 to your computer and use it in GitHub Desktop.
import com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsExtension
buildTypes{
getByName("debug") {
...
configure<CrashlyticsExtension> {
mappingFileUploadEnabled = false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment