Skip to content

Instantly share code, notes, and snippets.

@timepp
Created November 2, 2017 09:05
Show Gist options
  • Save timepp/8f47e76846478becf7875afa8c490f0a to your computer and use it in GitHub Desktop.
Save timepp/8f47e76846478becf7875afa8c490f0a to your computer and use it in GitHub Desktop.
disable multidex
--keep @**.MainDex class * {
- *;
-}
-
-keepclasseswithmembers class * {
public static ** asInterface(android.os.IBinder);
}
-# Required when code coverage is enabled.
--keep class com.vladium.** {
- *;
-}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment