# Most of the classes in common are public, except for annotation SessionStatus
# Keep protected methods that can be extended in other modules
-keep public class com.yoti.mobile.android.yotidocs.common.** {
    public protected <methods>;
    public <fields>;
}