Upgrade flutter to v3.10.6 for Dockerfile

(cherry picked from commit b17c3a19c219292233e5173f25a13706afaf2beb)
This commit is contained in:
dab246
2023-07-17 17:07:09 +07:00
committed by Dat Vu
parent 4829e195c5
commit 9a237ec86e
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}