Use min API level 21 for dev builds (reduces compile time).

This commit is contained in:
Felix Ableitner 2015-04-28 17:10:07 +02:00
parent 1e87fd78b7
commit 9acf470b01

View file

@ -43,8 +43,9 @@ android {
}
}
// Increasing minSdkVersion reduces compilation time for MultiDex.
productFlavors {
dev.minSdkVersion 19 // TODO: Change to 21 to reduce compilation time
dev.minSdkVersion 21
rel.minSdkVersion 15
}