Skip to content

ProGuard Rules

Xamarin.Android

To shrink, obfuscate, and optimize your app, you have to use the following ProGuard rules:

-keep class com.regula.documentreader.** { *; }
-keep class com.regula.common.** { *; }
-keep class android.support.v7.widget.FitWindowsLinearLayout { *; }
-keep class androidx.appcompat.widget.FitWindowsLinearLayout { *; }

Info

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