Sergey C.
Sergey C.
I added BREAKING CHANGE footer about `appiumZipAlign` removal in the first commit. > So, with this lib method, a user could build their own espresso server that has Appium Espresso...
Here's a [sample project](https://github.com/technoir42/appium-espresso-sample) to show this in action. I will work on publishing and documentation now. Since the library is not consumable externally yet, updating the docs after the...
We've suddenly started seeing this error quite often after upgrading from 8.12.1 to 8.14.2. Killing the Gradle daemon seems to be the workaround.
One use case where the new API would come in handy is importing Android instrumented test results to build scans. `whenTaskAdded` causes instrumented test tasks to be eagerly configured, so...