Apps Proguard question

kepler777

Newbie
Hi,

I've sucessfuly obfuscated my android java source code several times with Proguard - namely obfuscating the name of the procedures.

But now, I've made a library - using some pre built routines - that doesn't seem to change the functions names; they remain unchanged for some reason (I can see that in the map generated file).

Does anyone can help me figure the reason why this is happening in this specif project? There are maybe specific options I'm not using properly.

Any help is very welcome and apreciated.

Thanks,

Kepler777
 
Top