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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-05-13 11:00:16 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-05-13 11:00:16 +0300
commit820a5ac0c68bc1514471d07f9772678df289e119 (patch)
tree134a875180560cde2dfb9d0c2cbfc38aa0e5cb1f /external
parent658b603c3d8790146f9ca4b1699a1e6cf3bfb642 (diff)
Increase the minimum oC requirement
Diffstat (limited to 'external')
-rw-r--r--external/appinfo/info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/external/appinfo/info.xml b/external/appinfo/info.xml
index 4f5b2dd2c..bb020a0af 100644
--- a/external/appinfo/info.xml
+++ b/external/appinfo/info.xml
@@ -9,7 +9,9 @@ Note that the External Site link must use the same type of encryption as provide
</description>
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
- <requiremin>4.93</requiremin>
+ <dependencies>
+ <owncloud min-version="8.1" />
+ </dependencies>
<shipped>true</shipped>
<ocsid>166046</ocsid>
</info>