# Keep all classes that have to be accessible from other modules
-keep public class com.yoti.mobile.android.analytics.core.** {
    public protected <methods>;
    public protected <fields>;
}