We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2398564 commit b443c0aCopy full SHA for b443c0a
lib/uiautomator2.js
@@ -110,7 +110,7 @@ class UiAutomator2Server {
110
111
/**
112
* @typedef {Object} PackageInfo
113
- * @property {import('appium-adb/build/lib/tools/apk-utils').InstallState} installState
+ * @property {import('appium-adb').InstallState} installState
114
* @property {string} appPath
115
* @property {string} appId
116
*/
package.json
@@ -56,8 +56,8 @@
56
"singleQuote": true
57
},
58
"dependencies": {
59
- "appium-adb": "^12.7.3",
60
- "appium-android-driver": "^9.14.11",
+ "appium-adb": "^12.10.1",
+ "appium-android-driver": "^9.14.12",
61
"appium-uiautomator2-server": "^7.0.24",
62
"asyncbox": "^3.0.0",
63
"axios": "^1.6.5",
0 commit comments