|
|
@ -20,9 +20,13 @@ |
|
|
|
# hide the original source file name. |
|
|
|
-renamesourcefileattribute SourceFile |
|
|
|
|
|
|
|
#App |
|
|
|
-keep class eu.faircode.email.** |
|
|
|
-keepnames class eu.faircode.email.** { *; } |
|
|
|
|
|
|
|
#Support library |
|
|
|
-keep class android.support.v7.app.AppCompatViewInflater{ <init>(...); } |
|
|
|
|
|
|
|
#JavaMail |
|
|
|
-dontshrink |
|
|
|
-keep class javax.** {*;} |
|
|
|