ProGuard warnings
bpappin opened this issue · 1 comments
bpappin commented
May be related to #36
It seems ProGuard complaining about missing org.kxml2
classes.
However they do not seem to be dependencies.
Most likely, com.github.siyamed.shapeimageview.path.parser.SvgToPath
is referencing that library, but not using it, so the imports should be cleaned out.
The warning is here:
Warning: com.github.siyamed.shapeimageview.path.parser.SvgToPath: can't find referenced class org.kxml2.io.KXmlParser
Warning: com.github.siyamed.shapeimageview.path.parser.SvgToPath: can't find referenced class org.kxml2.io.KXmlParser
xiaoluqiaoba commented
Hi:
Have you solved this problem? And how did you solve it?