20 строки
654 B
XML
20 строки
654 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
~ Nextcloud Android Library
|
|
~
|
|
~ SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
|
|
~ SPDX-FileCopyrightText: 2021 Tobias Kaminsky <tobias@kaminsky.me>
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
<lint>
|
|
<issue id="ObsoleteLintCustomCheck" severity="warning">
|
|
<ignore path="**/fragment-1.4.0/**/lint.jar" />
|
|
<ignore path="**/appcompat-1.2.**/**/lint.jar" />
|
|
<ignore path="**/jetified-annotation-experimental-1.0.**/**/lint.jar" />
|
|
</issue>
|
|
|
|
<issue id="UnusedResources">
|
|
<ignore path="**/values-**/strings.xml" />
|
|
</issue>
|
|
</lint>
|