mapbox / mapbox-android-demo

Google Play demo app for the Mapbox Maps SDK for Android
https://play.google.com/store/apps/details?id=com.mapbox.mapboxandroiddemo
BSD 2-Clause "Simplified" License
720 stars 493 forks source link

Automate upload of proguard mapping.txt #242

Open tobrun opened 7 years ago

tobrun commented 7 years ago

Currently firebase crash shows obfucated stacktraces due to usage of proguard in release mode.
This is now fixed for the latest released by uploading the mapping.txt manually.

screen shot 2017-03-20 at 13 41 12

We need to look into uploading the mapping.txt automatically as part of the publish CI workflow.

langsmith commented 7 years ago

@tobrun , I'm not exactly sure how/where we'd set this up, but I did some research and found some links that I think are pretty helpful. They're all related to Bitrise. I couldn't really find anything related to CircleCI:

http://stackoverflow.com/a/41813757

https://github.com/Triple-T/gradle-play-publisher/issues/186#issue-206744583

https://discuss.bitrise.io/t/google-play-deploy-upload-mapping-txt/354

zugaldia commented 7 years ago

Maybe this is something @Guardiola31337 can help us look into.