mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
enable parallel build and build cache, disable lint, speed up building
This commit is contained in:
@@ -27,6 +27,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
project.gradle.startParameter.excludedTaskNames.add("lint")
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
proguardFiles(
|
||||
|
||||
Reference in New Issue
Block a user