improve build times

This commit is contained in:
Phillip Thelen 2017-03-25 19:55:00 +01:00
parent 0716687a76
commit 3bc606b857

View file

@ -177,6 +177,7 @@ android {
multiDexEnabled true
// Disable fabric build ID generation for debug builds
ext.enableCrashlytics = false
ext.alwaysUpdateBuildId = false
resValue "string", "content_provider", "com.habitrpg.android.habitica.debug.fileprovider"
resValue "string", "app_name", "Habitica Debug"
}
@ -189,6 +190,15 @@ android {
}
}
productFlavors {
dev {
minSdkVersion 21
}
prod {
}
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'