Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

v0.14.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 10 Jun 09:48
· 1048 commits to master since this release

Breaking Change

  • Remove devicesService.getApplicationsAvailableForDebugging(deviceIdentifier: string): Promise<string[]> method from Public API - it is replaced by devicesService.getDebuggableApps(deviceIdentifier: string): Promise<IAndroidApplicationInformation[]>. The new method returns more information about debuggable apps. Check README for more details.