From 5ad8d80c5bccd8b876f4049a34fe94b0d1564515 Mon Sep 17 00:00:00 2001 From: Kelson Date: Thu, 30 Aug 2018 22:55:56 +0200 Subject: [PATCH] More memory for compilation --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fdfc80f04..c232e1ce8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,3 @@ android.enableD8=true -android.enableD8.desugaring=true \ No newline at end of file +android.enableD8.desugaring=true +org.gradle.jvmargs=-Xmx4096m