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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 14:42:40 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 14:42:40 +0300
commit85d007f02aea72786c91efd00619d2a02bc6083a (patch)
tree58783214ab95695353cfcad7f9307f87b85dce92 /appinfo
parent684e2d91d78de755f8c7c5fb009cba7f1adf24ae (diff)
Add Nextcloud 25 supportupdate-main-version
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 47b6b1cea..e3026fa3a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -30,7 +30,7 @@
<screenshot>https://user-images.githubusercontent.com/1374172/79554966-278e1600-809f-11ea-82ea-7a0d72a2704f.png</screenshot>
<dependencies>
<php min-version="7.4" max-version="8.1" />
- <nextcloud min-version="25" max-version="25" />
+ <nextcloud min-version="25" max-version="26" />
</dependencies>
<background-jobs>
<job>OCA\Mail\BackgroundJob\CleanupJob</job>