# include in this file any rules you want applied to a
# consumer of this library when it proguards itself.

-dontwarn junit.**
-dontwarn org.junit.**

# Make crash call-stacks debuggable.
-keepnames class ** { *; }
-keepattributes SourceFile,LineNumberTable

-keepclasseswithmembernames class * {
    native <methods>;
}

-keepclassmembers class **.R$* {
    public static <fields>;
}