migrate: flutter 3.10.0

This commit is contained in:
lollipopkit
2023-05-11 12:24:39 +08:00
parent 91f97e52b0
commit 9b0bb414db
6 changed files with 16 additions and 14 deletions

View File

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