Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-12-14 20:48:24 +0300
committerdartcafe <github@dartcafe.de>2020-12-14 20:48:24 +0300
commit692c2dcc7134f15a2bd1f28bf08dd451520f54fa (patch)
tree0e6f43c410cd0e20ac9751017cc6fe74c66ffd42 /appinfo
parent3895f1db36b7662c23c8387ae79c987cbcc02b54 (diff)
Support NC19 - NC21 from 1.7 on
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c1398cd4..80d5f43d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
- <nextcloud min-version="18" max-version="20" />
+ <nextcloud min-version="19" max-version="21" />
</dependencies>
<background-jobs>
<job>OCA\Polls\Cron\NotificationCron</job>