Hi! I'm wondering if we can take advantage of gradle flexibility to automatize a little thing we have to do manually at the moment: as you know, when gradle obfuscates the code, it also creates a file called mapping.txt which allows to unobfuscate the code for analizing stack traces. According to android developers' site, it is a good practice to save somewhere else or to rename this file for each release of an app, otherwise it will be overwritten. At the moment, as far as I know, it has to be done manually, so the question is: is there a simple way to add a custom (or one made by you) gradle task which manages this process? Or at least a task which executes a custom script (bash/batch) which manages the process? If not, could it be implemented someday? Thank you in advance!
-- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
