diff --git a/app/build.gradle b/app/build.gradle index 5234c6ad1..2bac2cb33 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -205,7 +205,7 @@ android { // instead. :) maxParallelForks = 2 forkEvery = 80 - maxHeapSize = "2048m" + maxHeapSize = "3072m" minHeapSize = "1024m" } }