Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ kind: pipeline
type: docker
name: tests

# SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2019 Tobias Kaminsky <tobias@kaminsky.me>
# SPDX-License-Identifier: GPL-3.0-or-later

steps:
- name: gplay
image: ghcr.io/nextcloud/continuous-integration-android8:3
Expand Down Expand Up @@ -91,4 +95,4 @@ trigger:
- pull_request
---
kind: signature
hmac: 2bc767f5a9ed22cabbe2bcfd29d4ee70d094ea977f96ebc58137e9b3f5aa40dd
hmac: 09732f0273e5fb95297aee738fc9bb6d15eaeecb5c1379773468583ef4ecf65a
3 changes: 3 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2021 Stefan Niedermann <info@niedermann.it>
# SPDX-License-Identifier: GPL-3.0-or-later
jdk: openjdk17
7 changes: 7 additions & 0 deletions lint.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?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" />
Expand Down
7 changes: 7 additions & 0 deletions spotbugs-filter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Nextcloud Android Library
~
~ SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2019 Tobias Kaminsky <tobias@kaminsky.me>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<FindBugsFilter>
<Match>
<Class name="~.*\.Manifest\$.*" />
Expand Down