blob: 93df577402901fb8c134e663c0688408ee3acafb [file] [log] [blame]
apply from: "../commonHeader.gradle"
buildscript { apply from: "../commonBuildScript.gradle", to: buildscript }
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion = rootProject.ext.buildToolsVersion
// create splits but remove all split values.
splits {
density {
enable true
reset()
}
abi {
enable true
reset()
}
}
}