From d167fe7377b0a07822aa08005c6a808f3d3b4a96 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 1 Feb 2024 22:32:09 -0800 Subject: [PATCH] fix: use specific android driver for now to fix the build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 258e5b71..17bcb88b 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ ], "dependencies": { "appium-adb": "^12.0.0", - "appium-android-driver": "^8.1.6", + "appium-android-driver": "8.1.7", "asyncbox": "^3.0.0", "bluebird": "^3.5.0", "io.appium.settings": "^5.7.2",