enable parallel build and build cache, disable lint, speed up building

This commit is contained in:
BinTianqi
2024-05-08 10:53:10 +08:00
parent e47810f0ca
commit d41d57de96
2 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ android {
buildTypes {
release {
project.gradle.startParameter.excludedTaskNames.add("lint")
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(