mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Ignore Lint warning for Amazon and Ouya assets
This commit is contained in:
parent
7142db3fac
commit
22bba877d7
13
lint.xml
Normal file
13
lint.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<lint>
|
||||||
|
<issue id="IconDuplicates">
|
||||||
|
<ignore path="res/drawable/app_icon.png" />
|
||||||
|
</issue>
|
||||||
|
<issue id="IconLocation">
|
||||||
|
<ignore path="res/drawable/app_icon.png" />
|
||||||
|
</issue>
|
||||||
|
<issue id="UnusedResources">
|
||||||
|
<ignore path="res/drawable-xhdpi/ouya_icon.png" />
|
||||||
|
<ignore path="res/drawable/app_icon.png" />
|
||||||
|
</issue>
|
||||||
|
</lint>
|
Loading…
x
Reference in New Issue
Block a user