1
0
mirror of https://github.com/ouchadam/small-talk.git synced 2025-03-06 04:38:22 +01:00
2022-02-27 21:48:14 +00:00

9 lines
197 B
Plaintext

clean_assemble {
tasks = ["clean", ":app:assembleDebug"]
}
clean_assemble_no_cache {
tasks = ["clean", ":app:assembleDebug"]
gradle-args = ["--no-build-cache", "--no-configuration-cache"]
}