summaryrefslogtreecommitdiff
path: root/proguard.flags
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2010-11-18 15:42:00 -0800
committerMakoto Onuki <omakoto@google.com>2010-11-23 10:17:54 -0800
commitd2dac0fd6c7f8e9f6741e3b2d4cc333231a22082 (patch)
tree29cac79dfcc72d1ae84ed9dff529a75b1f4983e9 /proguard.flags
parent9cb0ad3cd62533bbdf1c6057d9f8f84611bac260 (diff)
downloadEmail-d2dac0fd6c7f8e9f6741e3b2d4cc333231a22082.tar.gz
Implement screen transition animation.
Bug 3137919 Change-Id: I077768bffb1eb246fdaa7d2def30c7b132566d69
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags5
1 files changed, 2 insertions, 3 deletions
diff --git a/proguard.flags b/proguard.flags
index 85b654581..747aed2be 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -23,11 +23,10 @@
-keep class * extends org.apache.james.mime4j.util.TempStorage
-# Keep names that are used only by unit tests
-
-# Any methods whose name is '*ForTest' are preserved.
+# Keep names that are used only by unit tests or by animators
-keep class ** {
*** *ForTest(...);
+ *** *Anim(...);
}
-keepclasseswithmembers class com.android.email.GroupMessagingListener {