set enableSeparateBuildPerCPUArchitecture to false

This commit is contained in:
Dawid Wysokiński 2021-11-07 11:44:44 +01:00
parent 67a35a6272
commit 44696ba752
Signed by: Kichiyaki
GPG Key ID: EF14026D247EB867
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ apply from: "../../node_modules/@sentry/react-native/sentry.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 = true
def enableSeparateBuildPerCPUArchitecture = false
/**
* Run Proguard to shrink the Java bytecode in release builds.