Created
October 11, 2015 23:13
-
-
Save jaredsburrows/fed1ce7c3d3adc3a8bb8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################## | |
# App Compat | |
# | |
# https://code.google.com/p/android/issues/detail?id=78377 | |
# https://github.com/albertvaka/kdeconnect-android/blob/master/proguard-rules.pro | |
# http://stackoverflow.com/questions/24809580/noclassdeffounderror-android-support-v7-internal-view-menu-menubuilder | |
########################################################################################## | |
-keep class !android.support.v7.internal.view.menu.*MenuBuilder*, android.support.v7.** { *; } | |
-keep interface android.support.v7.** { *; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
##########################################################################################
-keep class !android.support.v7.internal.view.menu.MenuBuilder, android.support.v7.** { ; }
-keep interface android.support.v7.* { *; }