Skip to content

Instantly share code, notes, and snippets.

@AndrewEQ
Last active October 4, 2020 14:26
Show Gist options
  • Save AndrewEQ/ab0f0178667a9aa581ae61a4deeb85c6 to your computer and use it in GitHub Desktop.
Save AndrewEQ/ab0f0178667a9aa581ae61a4deeb85c6 to your computer and use it in GitHub Desktop.
Example of using defines in the fuse project
"Android": {
"Defines": [
"USE_ADAPTIVE_ICON"
],
"Icons": {
/* ... */
}
}
// or when using the round version...
"Android": {
"Defines": [
"USE_ROUND_ADAPTIVE_ICON"
],
"Icons": {
/* ... */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment