Decrease javaMaxHeapSize, fix F-Droid build
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user