diff --git a/lib/commands/misc.js b/lib/commands/misc.js index a6ad492c..d5d242ef 100644 --- a/lib/commands/misc.js +++ b/lib/commands/misc.js @@ -1,4 +1,3 @@ -import _ from 'lodash'; import { util } from 'appium/support'; import { errors } from 'appium/driver'; import { requireOptions } from '../utils'; diff --git a/package.json b/package.json index e6c2cb15..9f13af56 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ ], "dependencies": { "appium-adb": "^12.0.0", - "appium-android-driver": "^8.4.0", + "appium-android-driver": "^9.0.0", "asyncbox": "^3.0.0", "bluebird": "^3.5.0", "io.appium.settings": "^5.7.2",