Skip to content

Commit 342a763

Browse files
Martin Konicekfacebook-github-bot-8
authored andcommitted
When using split builds, don't generate universal APK
Summary: Closes #5452 public Reviewed By: foghina Differential Revision: D2849769 fb-gh-sync-id: 93a53b05dc39560529a916fbeeb74efa761a7d7e
1 parent 8472209 commit 342a763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-cli/generator-android/templates/src/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ android {
9292
splits {
9393
abi {
9494
enable enableSeparateBuildPerCPUArchitecture
95-
universalApk true
95+
universalApk false
9696
reset()
9797
include "armeabi-v7a", "x86"
9898
}

0 commit comments

Comments
 (0)