mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Fixed proguard rule
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user