From 664ac7a500ca1a882878abb4eaa58eb22f064de0 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Tue, 6 Jun 2023 22:24:26 +0200 Subject: [PATCH] early-access version 3643 --- README.md | 2 +- src/android/gradle.properties | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40909fe91..557ed092b 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3641. +This is the source code for early-access 3643. ## Legal Notice diff --git a/src/android/gradle.properties b/src/android/gradle.properties index 653a35ce8..e2f278f33 100755 --- a/src/android/gradle.properties +++ b/src/android/gradle.properties @@ -9,8 +9,9 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xms512m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official +kotlin.parallel.tasks.in.project=true android.defaults.buildfeatures.buildconfig=true