From c36962ebc135a1d8f761aa4e1a9bada3488408c0 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sun, 10 Nov 2024 20:25:04 -0800 Subject: [PATCH] chore: bump adb to include supporting activities with unicode chars (#836) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b661f80c..52b2e064 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ "singleQuote": true }, "dependencies": { - "appium-adb": "^12.5.2", - "appium-android-driver": "^9.12.1", + "appium-adb": "^12.7.0", + "appium-android-driver": "^9.12.3", "appium-uiautomator2-server": "^7.0.24", "asyncbox": "^3.0.0", "axios": "^1.6.5",