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

Commit

Permalink
Update readme to cover missing tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac authored Jan 30, 2018
1 parent 0e61093 commit 87cbae8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ The plugin creates new tasks that you can use:
* `stop<Variant>` [`com.novoda.gradle.command.Stop`] - Forcibly stops the app on a specific device.
* `monkey<Variant>` [`com.novoda.gradle.command.Monkey`] - installs and runs monkey on a specific device.
* `clearPrefs<Variant>` [`com.novoda.gradle.command.ClearPreferences`] - clears app preferences on a specific device.
* `[enable|disable]SystemAnimations` - Enables/Disables system animations on the device.
* `[enable|disable]DemoMode` - Enables/Disables demo mode on the device.
* `com.novoda.gradle.command.Files` - enables basic file copy via `push` and `pull`, wrapping the respective adb calls.

For advanced usage please take a look into the sample project [build.gradle](sample/app/build.gradle) file.
Expand Down Expand Up @@ -102,6 +104,10 @@ command {
install {
// named install tasks with custom flags
}
start {
// named run/start tasks
}
}
```

Expand Down

0 comments on commit 87cbae8

Please sign in to comment.