Android build

This commit is contained in:
Hillel Coren 2023-11-13 13:36:52 +02:00
parent 4bff54fc1b
commit 46293cf7a6
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ subprojects {
project.evaluationDependsOn(':app') project.evaluationDependsOn(':app')
} }
task clean(type: Delete) { tasks.register("clean", Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }