Fix for android build size

This commit is contained in:
Mustafa Buyukcelebi 2019-08-08 14:06:03 +03:00
parent 1a09e460e0
commit 0092eec41b

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