mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-01-19 01:06:36 +00:00
7 lines
195 B
XML
7 lines
195 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<lint>
|
||
|
<issue id="InvalidPackage" severity="error">
|
||
|
<ignore regexp="okio.*jar" />
|
||
|
<ignore regexp="retrofit.*jar" />
|
||
|
</issue>
|
||
|
</lint>
|