[94] fix builds after migrating to Flutter 3.10.1

This commit is contained in:
kanat
2023-05-18 10:56:40 -07:00
parent 1b24943f9a
commit e0a6b8700c
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}