Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: novoda/gradle-android-command-plugin

v1.2.1

15 May 11:03
Compare
Choose a tag to compare

Small update:

  • added fallback if there is no SDK version available from the device properties
  • added descriptions to tasks and group them together (instead of "Other Tasks")

See README for examples.

v1.2.0

13 May 16:03
Compare
Choose a tag to compare

Complete rewrite of the plugin.

New commands

Replaced generic ADB command with useful predefined tasks:

  • installDevice<Variant>
  • uninstallDevice<Variant>
  • run<Variant>
  • monkey<Variant> - the default number of monkeyrunner events is 10000, change via setting android.events
  • clearPreferences<Variant>

See README for examples.