Decrease javaMaxHeapSize, fix F-Droid build

This commit is contained in:
Dominik Schürmann
2016-05-19 21:08:58 +03:00
parent 867764bbfd
commit 583d4499c6

View File

@@ -275,7 +275,7 @@ android {
// dexInProcess requires much RAM, which is not available on all dev systems // dexInProcess requires much RAM, which is not available on all dev systems
dexInProcess = false dexInProcess = false
jumboMode = true jumboMode = true
javaMaxHeapSize "4g" javaMaxHeapSize "2g"
} }
packagingOptions { packagingOptions {