Created
May 13, 2019 19:20
-
-
Save AndrewReitz/4befc62f70c32f2acf7dda48e1ba74c7 to your computer and use it in GitHub Desktop.
Sample Scenarios
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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