Support Flutter 3.10

This commit is contained in:
Juan Gilsanz Polo 2023-05-18 01:32:52 +02:00
parent dcca75e228
commit 64e526b20e
5 changed files with 92 additions and 108 deletions

View file

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