0
I have a variable in my Java code, and I want to obfuscate the code using Proguard, but there is a variable that I want to keep the name, after obfuscation, because I will use this application in other projects.
public static main SwBotIA;
this is the variable that I wish to keep