anyone use crashlytics. isn't mappingFileUploadEnable true by default?
t
trevjones
05/20/2025, 9:43 PM
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
Jacob Ras
05/20/2025, 11:20 PM
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
Colton Idle
05/21/2025, 1:25 PM
curious they decided to include that snippet in the slide IMO. but thanks! it makes sense to default to on lol