mirror of
https://github.com/nextcloud/android-library.git
synced 2026-01-13 16:03:10 +00:00
14 lines
373 B
XML
14 lines
373 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
~ Nextcloud Android Library
|
|
~
|
|
~ SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
~ SPDX-FileCopyrightText: 2024 Tobias Kaminsky <tobias@kaminsky.me>
|
|
~ SPDX-License-Identifier: MIT
|
|
-->
|
|
<lint>
|
|
<issue id="InvalidPackage">
|
|
<ignore path="**/jackrabbit-webdav-2.12.6.jar" />
|
|
</issue>
|
|
</lint>
|