Shrink, obfuscate, and optimize your app

In case you are willing to shrink, obfuscate, and optimize your app, you have to use the following ProGuard rules:

-keepclassmembernames class com.regula.documentreader.api.CoreImageData* { *; }
-keepclassmembernames class com.regula.common.http.RequestResponseData* { *; }
-keepclassmembers class com.regula.documentreader.api.UniversalDataTransceiver* { *; }

For more information on shrinking, obfuscating, and optimizing your application, see the official Android documentation.

Last updated