The Undefeated Posted August 30, 2017 Posted August 30, 2017 I use Proguard to obfuscate my scripts but can't figure out how to stop enums from being obfuscated. I don't understand the documentation at all. Does anyone know how to?
Explv Posted August 30, 2017 Posted August 30, 2017 (edited) 2 minutes ago, The Undefeated said: I use Proguard to obfuscate my scripts but can't figure out how to stop enums from being obfuscated. I don't understand the documentation at all. Does anyone know how to? Isn't it something like -keep public enum whatever.whatever.EnumName Just check stack overflow Edited August 30, 2017 by Explv 1
GPSwap Posted August 30, 2017 Posted August 30, 2017 use the gui thats in the lib folder, on shrinking it has a selection to keep enums
The Undefeated Posted August 30, 2017 Author Posted August 30, 2017 1 hour ago, GPSwap said: use the gui thats in the lib folder, on shrinking it has a selection to keep enums That's much better, thanks! Found it. 1