From 00a33b9ce63d8017caf4d742f5df42faf2e225bc Mon Sep 17 00:00:00 2001 From: auth <64337177+authorisation@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:48:46 +0200 Subject: [PATCH] fix: ci heap error --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 17bdb070..336f86be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -org.gradle.jvmargs=-Xms6G -Xmx6G -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xms12G -Xmx12G -Dfile.encoding=UTF-8 org.gradle.parallel=true android.useAndroidX=true kotlin.code.style=official