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

v0.15.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 24 Jun 14:39
· 1014 commits to master since this release

Breaking Change

mobile-cli-lib cannot be used in electron app anymore - it's fully Node.js package. The C++ dependencies are built with Node.js. In case you want to use them in Electron, you have to spawn official node binary.

Fixes

  • Future resolved more than once error is raised in some cases during android device detection when adb raises some errors.