forked from vergnet/application-amicale
build: increase java heap space
Useful for android release builds
This commit is contained in:
parent
d5c6aa6b48
commit
cb3af52483
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@ android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
# Version of flipper SDK to use with React Native
|
# Version of flipper SDK to use with React Native
|
||||||
FLIPPER_VERSION=0.93.0
|
FLIPPER_VERSION=0.93.0
|
||||||
|
# Increase Java heap size for compilation
|
||||||
|
org.gradle.jvmargs=-Xmx2048M
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue