-keep class com.mapsted.** { *;}
-keep interface com.mapsted.** { *;}
-dontwarn com.mapsted.**

-keepclasseswithmembernames class * {
    native <methods>;
}

-keep class androidx.databinding.** { *; }