mod: 依赖升级

This commit is contained in:
guozhigq
2023-07-25 10:46:02 +08:00
parent 85eeacebb8
commit ec4c94cf5e
12 changed files with 281 additions and 266 deletions

View File

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