increase javaMaxHeapSize to speed up build

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2018-09-27 10:59:47 +02:00
parent b8d250ba30
commit bbc85e77a8
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ android {
}
dexOptions {
jumboMode true
javaMaxHeapSize "4g"
javaMaxHeapSize "8g"
}
signingConfigs {
release {