From 49f5ee43feaa7085c7616c74a479bb2485522db4 Mon Sep 17 00:00:00 2001 From: meiron03 Date: Sun, 5 Nov 2023 13:17:56 -0500 Subject: [PATCH] remove -XX:MaxPermSize=512m because it is deprecated --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index af5c78b9..abef5b43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ android.useAndroidX=true org.gradle.daemon=true # Try and findout the best heap size for your project build. -org.gradle.jvmargs=-Xmx3096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx3096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 # Modularise your project and enable parallel build org.gradle.parallel=true