Home | History | Annotate | Download | only in android
      1 -keep @**.MainDex class * {
      2   *;
      3 }
      4 
      5 -keepclasseswithmembers class * {
      6   public static ** asInterface(android.os.IBinder);
      7 }
      8 
      9 # Required when code coverage is enabled.
     10 -keep class com.vladium.** {
     11     *;
     12 }
     13