I have a variable in my Java code, and I want to obfuscate the code using ProGuard, but there is a variable 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 I want to keep