siyamed / android-shape-imageview

Custom shaped android imageview components
MIT License
2.67k stars 599 forks source link

ProGuard warnings #62

Open bpappin opened 7 years ago

bpappin commented 7 years ago

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 5 years ago

Hi: Have you solved this problem? And how did you solve it?