From 0f1dfd05479fc4d52628cd6963b8849650632a57 Mon Sep 17 00:00:00 2001 From: orionlee Date: Mon, 14 May 2018 10:55:47 -0700 Subject: [PATCH] dexcount: remove dated comments --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) 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