This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Release v2.0
This is a major release with many improvements on how the plugin is configured.
New
- DSL support for main adb wrappers.
- Currently supporting
monkey
,scripts
(#121),demoMode
(#125),install
(#127) andstart
(#130) extensions. - More information can be found in https://github.com/novoda/gradle-android-command-plugin#configuration
- Currently supporting
Improvements
Deprecations
task
methods in the extension are deprecated. Instead use the provided and documented DSL's to configure custom tasks. With this change,- Generated tasks are more consistent
- usage is nicer-looking thanks to Groovy DSL
sortBySubtasks
is deprecated and not used internally in the plugin.- Tasks are not categorized by variant or simply task names anymore.
- Instead, each provided DSL has more meaningful category.