mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Ignore Lint error because Bouncy Castle calls API that don't exist in Android (some javax packages). We don't call these paths so we're okay now, but we need to remember that this can be a problem later on.
This commit is contained in:
parent
b24abc6ddd
commit
16de523e78
3
lint.xml
3
lint.xml
@ -6,6 +6,9 @@
|
|||||||
<issue id="IconLocation">
|
<issue id="IconLocation">
|
||||||
<ignore path="res/drawable/app_icon.png" />
|
<ignore path="res/drawable/app_icon.png" />
|
||||||
</issue>
|
</issue>
|
||||||
|
<issue id="InvalidPackage">
|
||||||
|
<ignore path="libs/bcprov-jdk15on-150.jar" />
|
||||||
|
</issue>
|
||||||
<issue id="UnusedResources">
|
<issue id="UnusedResources">
|
||||||
<ignore path="res/drawable-xhdpi/ouya_icon.png" />
|
<ignore path="res/drawable-xhdpi/ouya_icon.png" />
|
||||||
<ignore path="res/drawable/app_icon.png" />
|
<ignore path="res/drawable/app_icon.png" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user