In my application, I set minifyEnabled true, everything is fine, but now it is necessary to use the library from the github, but this library should not be obfuscated, otherwise NoSuchMethodException.
Is it possible not to obfuscate several classes in my application? What to write in proguard or what to read?