update 粉丝团

This commit is contained in:
2023-08-05 16:52:48 +08:00
parent c8f443c105
commit d912ad6119
20 changed files with 644 additions and 62 deletions

View File

@@ -111,7 +111,7 @@ android {
applicationVariants.all { variant ->
println "清空build文件夹";
for (final def project in rootProject.getAllprojects()) {
delete project.buildDir
// delete project.buildDir
println project.buildDir
}
String variantName = variant.name.capitalize()