blob: 9e47361b255bda0f06756a4cda58ba9476ac69c0 [file] [log] [blame]
# The support library contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.
-dontwarn androidx.core.**
-dontwarn androidx.core.**
-dontwarn com.android.ex.photo.**
# keep names that are used by reflection, or from javascript
# TODO(skennedy) Remove this when the base file includes it
-keep class * implements android.os.Parcelable {
public static final ** CREATOR;
}
-keepclasseswithmembers class com.android.mail.ui.LeaveBehindItem {
*** setAnimatedHeight(...);
}
-keepclasseswithmembers class com.android.mail.ui.ConversationViewFragment$MailJsBridge {
public <methods>;
}
-keepclasseswithmembers class com.android.mail.browse.ConversationItemView {
*** setAnimatedHeightFraction(...);
}
-keepclasseswithmembers class * implements com.android.mail.ui.ConversationSpecialItemView {
*** setAnimatedHeight(...);
}