increase javaMaxHeapSize to speed up build
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
b8d250ba30
commit
bbc85e77a8
|
@ -167,7 +167,7 @@ android {
|
|||
}
|
||||
dexOptions {
|
||||
jumboMode true
|
||||
javaMaxHeapSize "4g"
|
||||
javaMaxHeapSize "8g"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
Loading…
Reference in New Issue