From 6f27eea38d7dc9f9fc8d21fb4ed636b00dfa9294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Mon, 3 May 2021 19:42:31 -0400 Subject: [PATCH] gradle: increase memory Change-Id: Ia9a09da53ee89a92e9aead7173a7ea5869e4e6b6 --- ring-android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ring-android/gradle.properties b/ring-android/gradle.properties index 086adb82f..81037c01d 100644 --- a/ring-android/gradle.properties +++ b/ring-android/gradle.properties @@ -1,5 +1,5 @@ archs= -org.gradle.jvmargs=-Xmx2048M +org.gradle.jvmargs=-Xmx3048M android.builder.sdkDownload=false android.useAndroidX=true android.enableJetifier=true -- GitLab