From 3b19c478b801ed75d1e54e0e324a9ebb877e0be5 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Mon, 15 Apr 2019 16:37:58 +0200 Subject: [PATCH] Split bundle for smaller apk --- mobile/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index d92a293..b3430e8 100644 --- a/mobile/android/app/build.gradle +++ b/mobile/android/app/build.gradle @@ -88,7 +88,7 @@ apply from: "../../node_modules/react-native/react.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. @@ -104,7 +104,7 @@ android { } defaultConfig { - applicationId "com.lesspass" + applicationId "com.lesspass.android" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch