I studying the Proguard now but im confused with the exclamation mark ! before the classpath in the settings, such as:
-keep class !android.support.v7.view.menu.{*;}**
what does this "!" do? does it mean that proguard will not keep this class? but if thats so why do we need it since proguard will obfuscate all the classes?