Use new types introduced in Nextcloud 21 and bump compatibility

Signed-off-by: Ole Morten <om@haaland.biz>
This commit is contained in:
Ole Morten
2021-03-09 20:28:00 +01:00
parent 8a4e57bfcd
commit bd610e28b5
2 changed files with 5 additions and 5 deletions

View File

@@ -32,6 +32,6 @@ Read the [documentation](https://github.com/nextcloud/user_external#readme) to l
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
<dependencies>
<nextcloud min-version="17" max-version="20" />
<nextcloud min-version="21" max-version="21" />
</dependencies>
</info>