From dd6f02f27959301cf9b46a0c68bf5b514bbd3cfb Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Thu, 8 Aug 2019 14:06:03 +0300 Subject: [PATCH] Fix for android build size --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ebc815b4b..b287f3d93 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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