From 49b01b3d4c97552584d07aa9e8b0bd9071d800ac Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 18 Jan 2012 17:53:05 -0800 Subject: [PATCH] Added another proguard rule to fix support.v4 library warnings --- astrid/proguard.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/astrid/proguard.cfg b/astrid/proguard.cfg index d708d754d..81129cde9 100644 --- a/astrid/proguard.cfg +++ b/astrid/proguard.cfg @@ -12,6 +12,7 @@ -keep class com.mdimension.** -keep class com.google.common.base.Preconditions -keep class * extends com.todoroo.andlib.data.AbstractModel +-keep class android.support.v4.** # ignore reflection-based access from google libraries -dontwarn com.google.**