anyone use crashlytics. isn't mappingFileUploadEna...
# random
c
anyone use crashlytics. isn't mappingFileUploadEnable true by default?
t
extension source is the only thing they publish on maven.google.com repo. seems undefined what the default is from that. I would have expected true as well.
j
I'm sure it's enabled by default (assumption). We have the same snippet, as we set it disabled by default, and only enable it for the
release
build type. That way, it's automatically disabled for all other types.
👌 1
c
curious they decided to include that snippet in the slide IMO. but thanks! it makes sense to default to on lol