summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-22 09:01:34 +0200
committerJoas Schilling <coding@schilljs.com>2017-05-22 09:01:34 +0200
commit21b6af3e1e7770512506c8d0cc95ee388073d69c (patch)
treeb31aad6010ddbacfb9b2b8339eabcea053ed9aeb /apps/oauth2/appinfo
parente0e814dfaeb0e70bd14ae91084f138c79306b656 (diff)
downloadnextcloud-server-21b6af3e1e7770512506c8d0cc95ee388073d69c.tar.gz
nextcloud-server-21b6af3e1e7770512506c8d0cc95ee388073d69c.zip
Add missing version requirement to OAuth2 app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/oauth2/appinfo')
-rw-r--r--apps/oauth2/appinfo/info.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml
index 5e9e8dae06a..9df251d8f1a 100644
--- a/apps/oauth2/appinfo/info.xml
+++ b/apps/oauth2/appinfo/info.xml
@@ -12,6 +12,10 @@
<authentication/>
</types>
+ <dependencies>
+ <nextcloud min-version="12" max-version="12" />
+ </dependencies>
+
<settings>
<admin>OCA\OAuth2\Settings\Admin</admin>
</settings>