Hi,
How to disable proguard ? because i want to debug my code .
Dear Tian,
you cannot disable the ProGuard task itself, however you can create a proguard.append.cfg
file with the -dontshrink
option specified.
Best Regards,
Kristóf
Hi,
How to disable proguard ? because i want to debug my code .
Dear Tian,
you cannot disable the ProGuard task itself, however you can create a proguard.append.cfg
file with the -dontshrink
option specified.
Best Regards,
Kristóf