Created
November 26, 2014 06:50
-
-
Save robUx4/86f3841c266e53a6455f to your computer and use it in GitHub Desktop.
This fix doesn't fix
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
# try to avoid this issue on Samsung 4.2.2 https://code.google.com/p/android/issues/detail?id=78377 | |
-keep class !android.support.v7.internal.view.menu.MenuBuilder | |
-keep class !android.support.v7.internal.view.menu.SubMenuBuilder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got an unusually bigger build of my app and in the end a lot of things like base64decode from the system was not working...
aka https://code.google.com/p/android/issues/detail?id=78377#c150