dexcount: remove dated comments
This commit is contained in:
parent
4d4b1f9c17
commit
0f1dfd0547
|
@ -85,8 +85,6 @@ android {
|
|||
buildConfigField STRING, FLATTR_APP_KEY, mFlattrAppKey
|
||||
buildConfigField STRING, FLATTR_APP_SECRET, mFlattrAppSecret
|
||||
dexcount {
|
||||
// Optionally, can disable Dexcount by setting the property
|
||||
// in gradle.properties file or via -P command line argument.
|
||||
if (project.hasProperty("enableDexcountInDebug")) {
|
||||
runOnEachPackage enableDexcountInDebug.toBoolean()
|
||||
} else { // default to not running dexcount
|
||||
|
|
Loading…
Reference in New Issue