Skip to content

Commit 5889915

Browse files
committed
switch to stable API
Signed-off-by: Severin Hamader <severin.hamader@yahoo.de>
1 parent 54ace25 commit 5889915

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<bugs>https://github.com/nextcloud/integration_google/issues</bugs>
1717
<screenshot>https://github.com/nextcloud/integration_google/raw/master/img/screenshot1.jpg</screenshot>
1818
<dependencies>
19-
<nextcloud min-version="30" max-version="32"/>
19+
<nextcloud min-version="31" max-version="32"/>
2020
</dependencies>
2121
<settings>
2222
<admin>OCA\Google\Settings\Admin</admin>

lib/Service/GoogleDriveAPIService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
use DateTime;
1616
use Exception;
17-
use NCU\Config\IUserConfig;
1817
use OCA\Google\AppInfo\Application;
1918
use OCA\Google\BackgroundJob\ImportDriveJob;
2019
use OCA\Google\Service\Utils\FileUtils;
2120
use OCP\BackgroundJob\IJobList;
21+
use OCP\Config\IUserConfig;
2222
use OCP\Files\File;
2323
use OCP\Files\Folder;
2424
use OCP\Files\InvalidPathException;

0 commit comments

Comments
 (0)