1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

enable material m3 into google_maps example app (#1929)

This commit is contained in:
AdamMusa
2023-06-30 09:47:09 +01:00
committed by GitHub
parent 136e3cb273
commit 3df2a9767b
6 changed files with 139 additions and 25 deletions

View File

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