Skip to content

Instantly share code, notes, and snippets.

@AndrewReitz
Created May 13, 2019 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewReitz/4befc62f70c32f2acf7dda48e1ba74c7 to your computer and use it in GitHub Desktop.
Save AndrewReitz/4befc62f70c32f2acf7dda48e1ba74c7 to your computer and use it in GitHub Desktop.
Sample Scenarios
config {
tasks = ["help"]
}
cleanAssemble {
tasks = ["assemble"]
cleanup-tasks = ["clean", "cleanBuildCache"]
}
abiAssemble {
tasks = ["assemble"]
apply-abi-change-to = "./core/src/main/java/io/plaidapp/core/util/ImageUriProvider.kt"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment