build.sh: Remove .gradle directory when cleaning project

This commit is contained in:
2020-06-16 06:43:38 -05:00
parent 59c8031372
commit 923b923745

View File

@@ -212,6 +212,7 @@ parse_opts() {
}
remove_build_dir() {
rm -rfv .gradle
rm -rfv build
rm -rfv android-base/build
rm -rfv android-pickers/build