Skip to content

Commit

Permalink
Merge pull request #85 from usefulness/update_readme
Browse files Browse the repository at this point in the history
Fix Readme typo
  • Loading branch information
mergify[bot] authored Sep 26, 2020
2 parents a25b87a + 3a3afc7 commit 7039e0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,15 @@ easylauncher {

#### Providing Icon Names
By default, the plugin **automatically** discovers launcher icon and applies provided filters.
It is possible to override that behavior and manually provide a set of
Custom icon names, useful when defining multiple activity aliases, can be provided using `iconNames` property as follows:
Custom icon names, useful i.e. when defining multiple activity aliases, can be provided using `iconNames` property as follows:

```groovy
easylauncher {
iconNames = ["@mipmap/custom_launcher_icon"] // optional, disables automatic launcher icon discovery
iconNames = ["@mipmap/custom_launcher_icon"] // optional, disables automatic launcher icon discovery and will use provided icons only
buildTypes {
beta {
// icon names can also be overridden per-build variant (both buildType and productFlavor)
// icon names can also be provided per each configuration (buildType, productFlavor or variant)
iconNames = ["@mipmap/beta_launcher"]
}
}
Expand Down

0 comments on commit 7039e0c

Please sign in to comment.