Open z4hyoung opened 6 years ago
Not familiar with that, sorry.
except those I also needed -dontwarn ezvcard.io.json. -dontwarn freemarker.
Hi,
Do we have any description for Android proguard configurations? That will help us to avoid crash during runtime due to such as reflection. Below is configuration in my project.
-keep,includedescriptorclasses class ezvcard.property.** { *; } -keep enum ezvcard.VCardVersion { *; }
Try this: -keep,includedescriptorclasses class ezvcard. { ; } -keep enum ezvcard.VCardVersion { ; } -dontwarn ezvcard.io.json. -dontwarn freemarker.**
-keep,includedescriptorclasses class ezvcard. { ; } -keep enum ezvcard.VCardVersion { ; } -dontwarn ezvcard.io.json. -dontwarn freemarker. -keep,includedescriptorclasses class ezvcard.property. { *; }
Try this
Hi,
Do we have any description for Android proguard configurations? That will help us to avoid crash during runtime due to such as reflection. Below is configuration in my project.