Set Target SDK

This commit is contained in:
2026-02-25 18:26:50 +08:00
parent eaabc0114c
commit 22d8b4d778
3 changed files with 23 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ subprojects {
project.evaluationDependsOn(":app")
}
tasks.register<Delete>("clean") {
delete(rootProject.layout.buildDirectory)
}