Increase dexOptions.javaMaxHeapSize

pull/898/head
Alex Baker 6 years ago
parent 9757356922
commit b1c891563d

@ -22,7 +22,7 @@ android {
} }
dexOptions { dexOptions {
javaMaxHeapSize = "2g" javaMaxHeapSize = "4g"
} }
lintOptions { lintOptions {

Loading…
Cancel
Save