Remove legacy code from app metadata
parent
a861376dbd
commit
9d68ed3cb2
|
@ -12,13 +12,11 @@
|
||||||
<screenshot>https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/2.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/2.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<php min-version="5.6" min-int-size="32"/>
|
<php min-version="5.6" min-int-size="32"/>
|
||||||
<owncloud min-version="8.1" max-version="9.2" />
|
<nextcloud min-version="11" max-version="13"/>
|
||||||
<nextcloud min-version="10" max-version="13" />
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<website>https://github.com/nextcloud/weather</website>
|
<website>https://github.com/nextcloud/weather</website>
|
||||||
<bugs>https://github.com/nextcloud/weather/issues</bugs>
|
<bugs>https://github.com/nextcloud/weather/issues</bugs>
|
||||||
<repository type="git">https://github.com/nextcloud/weather</repository>
|
<repository type="git">https://github.com/nextcloud/weather</repository>
|
||||||
<ocsid>170605</ocsid>
|
|
||||||
<namespace>Weather</namespace>
|
<namespace>Weather</namespace>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\Weather\Settings\AdminSettings</admin>
|
<admin>OCA\Weather\Settings\AdminSettings</admin>
|
||||||
|
|
Loading…
Reference in New Issue