From cc1c96c702059c0a759f28baf84fb454501c94fe Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Fri, 26 Jan 2024 00:25:21 -0800 Subject: [PATCH] fix: createADB as same as https://github.com/appium/appium-uiautomator2-driver/pull/724 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb033ac9..1701a8eb 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ ], "dependencies": { "appium-adb": "^12.0.0", - "appium-android-driver": "^8.1.5", + "appium-android-driver": "^8.1.6", "asyncbox": "^3.0.0", "bluebird": "^3.5.0", "io.appium.settings": "^5.7.2",