diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-22 09:01:34 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-22 09:56:49 +0200 |
commit | 02275e60c6a8bd9c5fe883c381cb78e49a2c04b7 (patch) | |
tree | 64e62017dacc3604565ec53f7eef43b02bd02683 /apps/oauth2/appinfo | |
parent | eebd2811dc4427443f7be964be25c3596ef7e950 (diff) | |
download | nextcloud-server-02275e60c6a8bd9c5fe883c381cb78e49a2c04b7.tar.gz nextcloud-server-02275e60c6a8bd9c5fe883c381cb78e49a2c04b7.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.xml | 4 |
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> |