Skip to content

Commit

Permalink
Merge pull request #29 from rullzer/support-18
Browse files Browse the repository at this point in the history
18 support
  • Loading branch information
rullzer authored Mar 15, 2020
2 parents 7b24cf4 + c4cc044 commit bb03495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
*/

$app = new OCA\DropIt\AppInfo\Application();
$app = \OC::$server->query(\OCA\DropIt\AppInfo\Application::class);

\OCA\Files\App::getNavigationManager()->add(function () {
$l = \OC::$server->getL10N('dropit');
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<repository>https://github.com/rullzer/dropit.git</repository>
<dependencies>
<php min-version="7.1"/>
<nextcloud min-version="14" max-version="17" />
<nextcloud min-version="14" max-version="18" />
</dependencies>

<background-jobs>
Expand Down

0 comments on commit bb03495

Please sign in to comment.