dexcount: remove dated comments

This commit is contained in:
orionlee 2018-05-14 10:55:47 -07:00
parent 4d4b1f9c17
commit 0f1dfd0547
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ android {
buildConfigField STRING, FLATTR_APP_KEY, mFlattrAppKey buildConfigField STRING, FLATTR_APP_KEY, mFlattrAppKey
buildConfigField STRING, FLATTR_APP_SECRET, mFlattrAppSecret buildConfigField STRING, FLATTR_APP_SECRET, mFlattrAppSecret
dexcount { dexcount {
// Optionally, can disable Dexcount by setting the property
// in gradle.properties file or via -P command line argument.
if (project.hasProperty("enableDexcountInDebug")) { if (project.hasProperty("enableDexcountInDebug")) {
runOnEachPackage enableDexcountInDebug.toBoolean() runOnEachPackage enableDexcountInDebug.toBoolean()
} else { // default to not running dexcount } else { // default to not running dexcount