mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 00:06:27 +00:00
Fixed proguard rule
This commit is contained in:
parent
1a4df9b8bc
commit
8ce348f9a5
1 changed files with 2 additions and 2 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
@ -24,8 +24,8 @@
|
|||
-keep class eu.faircode.email.**
|
||||
-keepnames class eu.faircode.email.** { *; }
|
||||
|
||||
#Support library
|
||||
-keep class android.support.v7.app.AppCompatViewInflater{ <init>(...); }
|
||||
#AndroidX
|
||||
-keep class androidx.appcompat.app.AppCompatViewInflater { <init>(...); }
|
||||
|
||||
#JavaMail
|
||||
-dontshrink
|
||||
|
|
Loading…
Reference in a new issue