From 44fc8d849050e853713517b6e263ad2418b3c7a0 Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Wed, 2 Apr 2014 23:14:15 -0700 Subject: Remove some unnecessary Proguard keep attributes This is just the beginning... Change-Id: I75bae43a6faa04bde9f79a8407f33592e5e5081d --- proguard.flags | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 653943c61..b23c66ca7 100644 --- a/proguard.flags +++ b/proguard.flags @@ -26,23 +26,6 @@ public ; } -# Needed for Parcelable/SafeParcelable Creators to not get stripped --keep class * implements android.os.Parcelable { - public static final ** CREATOR; -} - --keepclasseswithmembers class com.google.common.collect.ImmutableMap { - *** of(...); -} - --keepclasseswithmembers class com.google.common.collect.ImmutableList { - *** of(...); -} - --keepclasseswithmembers class com.google.common.collect.Sets { - *** of(...); -} - -keepclasseswithmembers class com.android.mail.ui.LeaveBehindItem { *** setAnimatedHeight(...); } -- cgit v1.2.3