mobile-android/feedback-android/lint.xml

7 lines
195 B
XML
Raw Normal View History

2020-05-08 05:23:03 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="InvalidPackage" severity="error">
<ignore regexp="okio.*jar" />
<ignore regexp="retrofit.*jar" />
</issue>
</lint>