mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
add lint ignore for newApi within build dir
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
8a70f22cc3
commit
5d8883e8c2
1 changed files with 4 additions and 0 deletions
4
lint.xml
4
lint.xml
|
@ -51,4 +51,8 @@
|
|||
<issue id="RestrictedApi" severity="error">
|
||||
<ignore path="build" />
|
||||
</issue>
|
||||
|
||||
<issue id="NewApi" severity="error">
|
||||
<ignore path="build" />
|
||||
</issue>
|
||||
</lint>
|
||||
|
|
Loading…
Reference in a new issue