mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-09 15:24:34 +00:00
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 {
|
dexOptions {
|
||||||
jumboMode true
|
jumboMode true
|
||||||
javaMaxHeapSize "4g"
|
javaMaxHeapSize "8g"
|
||||||
}
|
}
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user