<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <issue id="InvalidPackage">
        <!--
        http://sourceforge.net/p/simple/mailman/simple-support/thread/339270128E13BE47A6B10EED7367E7852BC2A912@MERCMBX18D.na.SAS.com/
        Q: "The new Android developer tools (21.1) are reporting many cases of invalid package references in the SimpleXML library jar"
        A: "Just ignore this, it should be a warning only, this references StAX which is not available on Android. SimpleXML will default to XmlPull"
        -->
        <ignore path="**/simple-xml-2.*.jar"/>
    </issue>
</lint>