From 899afa2092d22fc24ccc62227d7bf27e687d55ad Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Thu, 19 Feb 2015 15:36:57 -0800 Subject: [PATCH] set appcompat menu class to obfuscate-only in PG keeping it on the safe side - tested on problematic samsung devices, and it looks like it works fine. // FREEBIE --- proguard.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proguard.cfg b/proguard.cfg index 417bcc16e2..9916f7c740 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -1,5 +1,6 @@ -keepattributes ** --keep class !android.support.v7.internal.view.menu.**,!org.spongycastle.asn1.**,!org.spongycastle.crypto.ec.**,!org.spongycastle.x509.**,** {*;} +-keep class !org.spongycastle.asn1.**,!org.spongycastle.crypto.ec.**,!org.spongycastle.x509.**,** {*;} +-keep, allowobfuscation class android.support.v7.internal.view.menu.** {*;} -dontpreverify -dontoptimize -dontwarn **