Fix for android build size

This commit is contained in:
Mustafa Buyukcelebi 2019-08-08 16:02:27 +03:00
parent 3d600dd128
commit c44b2a1964

View File

@ -95,7 +95,7 @@ def enableSeparateBuildPerCPUArchitecture = true
/**
* Run Proguard to shrink the Java bytecode in release builds.
*/
def enableProguardInReleaseBuilds = true
def enableProguardInReleaseBuilds = false
android {
compileSdkVersion rootProject.ext.compileSdkVersion