c407643689
It looks like proguard is accepting it and make completion to a valid option even if there's ambiguity beetwen -keepclasseswithmembers and -keepclasseswithmembernames. Jack is not permitting that kind of incomplete options, so fixing. Change-Id: I034e1cb6ecdcd96beec11ac6b30a0baeb1aebba3
8 lines
338 B
Plaintext
8 lines
338 B
Plaintext
#Email-specific proguard flags that are not covered by UnifiedEmail go here
|
|
|
|
-keepclasseswithmembers class * {
|
|
public *** newInstance(com.android.emailcommon.provider.Account, android.content.Context);
|
|
}
|
|
|
|
-keep class com.android.email.activity.setup.AccountSetupFinal
|
|
-keep class com.android.email.activity.setup.AccountSettingsFragment |