# The following options are set by default.
# Make sure they are always set, even if the default proguard config changes.
-dontskipnonpubliclibraryclasses
-verbose

-keepclasseswithmembers class * implements com.microsoft.azure.mobile.MobileCenterService {
    public static ** getInstance();
}