oliviergauthier / gradle-appcenter-plugin

This gradle plugin allow you to upload each build variant of your android application to separate AppCenter Apps.
MIT License
84 stars 44 forks source link

Add a flag to disable uploading of mapping files #36

Closed technoir42 closed 4 years ago

technoir42 commented 4 years ago

We use DexGuard which generates mapping files in a non-standard location and when we use this plugin it fails to upload mapping files because it cannot find them. So I added a flag to disable uploading of mapping files. It might also be useful to those who don't use crash reports feature on App Center as mapping files could get quite big (60MiB+ for our app).