fix Android example app

This commit is contained in:
Nick Fisher
2023-09-19 17:48:54 +08:00
parent 0e51deb31c
commit 791ac0504d
133 changed files with 21 additions and 11741 deletions

View File

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