Skip to content

Commit b443c0a

Browse files
chore: Bump adb (#857)
1 parent 2398564 commit b443c0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/uiautomator2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class UiAutomator2Server {
110110

111111
/**
112112
* @typedef {Object} PackageInfo
113-
* @property {import('appium-adb/build/lib/tools/apk-utils').InstallState} installState
113+
* @property {import('appium-adb').InstallState} installState
114114
* @property {string} appPath
115115
* @property {string} appId
116116
*/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"singleQuote": true
5757
},
5858
"dependencies": {
59-
"appium-adb": "^12.7.3",
60-
"appium-android-driver": "^9.14.11",
59+
"appium-adb": "^12.10.1",
60+
"appium-android-driver": "^9.14.12",
6161
"appium-uiautomator2-server": "^7.0.24",
6262
"asyncbox": "^3.0.0",
6363
"axios": "^1.6.5",

0 commit comments

Comments
 (0)