Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Proguard rules missing #36

Open
SammyOdenhoven opened this issue Mar 7, 2018 · 1 comment
Open

Proguard rules missing #36

SammyOdenhoven opened this issue Mar 7, 2018 · 1 comment

Comments

@SammyOdenhoven
Copy link

Are there any Proguard rules that need to be added when using this library? I'm seeing warnings related to Flexmark, like:
Warning: com.vladsch.flexmark.util.ImageUtils: can't find referenced class javax.swing.ImageIcon

@ugurcany
Copy link

Here are the proguard rules you need to add:

-dontwarn java.awt.**
-dontwarn javax.swing.**
-dontwarn javax.imageio.**

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants