From 6280ef4ab854284a2f8d99c18812c595a469f748 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Thu, 19 Feb 2015 16:27:39 -0800 Subject: [PATCH] Revert "set appcompat menu class to obfuscate-only in PG" This reverts commit 899afa2092d22fc24ccc62227d7bf27e687d55ad. Was able to reproduce a crash with this in second test that was actually resolved in the previous proguard. Reverting. --- proguard.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proguard.cfg b/proguard.cfg index 9916f7c740..417bcc16e2 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -1,6 +1,5 @@ -keepattributes ** --keep class !org.spongycastle.asn1.**,!org.spongycastle.crypto.ec.**,!org.spongycastle.x509.**,** {*;} --keep, allowobfuscation class android.support.v7.internal.view.menu.** {*;} +-keep class !android.support.v7.internal.view.menu.**,!org.spongycastle.asn1.**,!org.spongycastle.crypto.ec.**,!org.spongycastle.x509.**,** {*;} -dontpreverify -dontoptimize -dontwarn **