adding some ezvcard proguard rules
This commit is contained in:
parent
c0720e3e73
commit
713fd88a13
|
@ -0,0 +1,5 @@
|
||||||
|
# ez-vcard
|
||||||
|
-keep,includedescriptorclasses class ezvcard.property.** { *; }
|
||||||
|
-keep enum ezvcard.VCardVersion { *; }
|
||||||
|
-dontwarn ezvcard.io.json.**
|
||||||
|
-dontwarn freemarker.**
|
Loading…
Reference in New Issue