HI ,
I have some xml files in my project .there are some mapping java class name is written in those xmls.
i want to obfuscate java class file name which are present in that XML …so that it map correctly to obfuscated java class.
let me provide you an example
below is one of the code of my XML file
my csvloader class is already obfuscated but in this XML the file name is csvloader only so its not able to locate that file
lets say …if after obfuscation my csvloader became a.class
in this XML also …it should show a.class not csvloader
is it possible ??