Don't enable Proguard by default just yet

Want to gather some feedback from a few people first.
This commit is contained in:
Martin Konicek
2016-01-18 14:29:18 +00:00
parent 10a17c6673
commit d623fda41f
@@ -65,7 +65,7 @@ def enableSeparateBuildPerCPUArchitecture = false
/**
* Run Proguard to shrink the Java bytecode in release builds.
*/
def enableProguardInReleaseBuilds = true
def enableProguardInReleaseBuilds = false
android {
compileSdkVersion 23