Flutter version - related change

This commit is contained in:
Imran Remtulla
2023-05-13 02:35:44 -04:00
parent 22a60df40e
commit 7681e23de9

View File

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