diff --git a/app/build.gradle b/app/build.gradle index fd6f8dd05..0d66a80c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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