I would like proguard to obfuscate classnames. I have this line in Proguard.cfg -keepclasseswithmembers class * { public static <fields>; } -keepnames class ...
確定! 回上一頁