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 c862dbd commit 41239baCopy full SHA for 41239ba
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [12.10.3](https://github.com/appium/appium-adb/compare/v12.10.2...v12.10.3) (2025-01-10)
2
+
3
+### Bug Fixes
4
5
+* Update focused activity validation logic ([#789](https://github.com/appium/appium-adb/issues/789)) ([c862dbd](https://github.com/appium/appium-adb/commit/c862dbd01ac9684dd08edc9e7bd33a91d2acf05e))
6
7
## [12.10.2](https://github.com/appium/appium-adb/compare/v12.10.1...v12.10.2) (2025-01-09)
8
9
### Miscellaneous Chores
package.json
@@ -1,6 +1,6 @@
{
"name": "appium-adb",
- "version": "12.10.2",
+ "version": "12.10.3",
"description": "Android Debug Bridge interface",
"main": "./build/index.js",
"scripts": {
0 commit comments