Fix for android build size

This commit is contained in:
Mustafa Buyukcelebi 2019-08-08 14:06:03 +03:00
parent b04f5d6c6f
commit dd6f02f279

View File

@ -90,12 +90,12 @@ apply from: "../../node_modules/react-native-code-push/android/codepush.gradle"
* Upload all the APKs to the Play Store and people will download
* the correct one based on the CPU architecture of their device.
*/
def enableSeparateBuildPerCPUArchitecture = false
def enableSeparateBuildPerCPUArchitecture = true
/**
* Run Proguard to shrink the Java bytecode in release builds.
*/
def enableProguardInReleaseBuilds = false
def enableProguardInReleaseBuilds = true
android {
compileSdkVersion rootProject.ext.compileSdkVersion