1
0
mirror of https://github.com/ouchadam/small-talk.git synced 2025-03-08 07:48:33 +01:00

9 lines
197 B
Plaintext
Raw Normal View History

2022-02-24 21:55:56 +00:00
clean_assemble {
tasks = ["clean", ":app:assembleDebug"]
}
clean_assemble_no_cache {
tasks = ["clean", ":app:assembleDebug"]
gradle-args = ["--no-build-cache", "--no-configuration-cache"]
}