adding some ezvcard proguard rules

This commit is contained in:
tibbi 2018-08-24 13:02:02 +02:00
parent c0720e3e73
commit 713fd88a13
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# ez-vcard
-keep,includedescriptorclasses class ezvcard.property.** { *; }
-keep enum ezvcard.VCardVersion { *; }
-dontwarn ezvcard.io.json.**
-dontwarn freemarker.**