网络文章-v3 -下拉与加载更多

This commit is contained in:
toly
2023-05-21 07:42:54 +08:00
parent 2f025c5a2e
commit 9492fde1a0
3 changed files with 19 additions and 18 deletions

View File

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