diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-06-06 19:19:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 19:19:20 +0200 |
commit | d967ab8e79935e2f438f8b2dcc70646d9a8646a8 (patch) | |
tree | 464b10f70d1e5b7e33f27ad16b202229242c811d /src | |
parent | Merge pull request #10641 from 8bitDream/ci-android (diff) | |
parent | android: Improve Gradle build configuration (diff) | |
download | yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar.gz yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar.bz2 yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar.lz yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar.xz yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar.zst yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.zip |
Diffstat (limited to '')
-rw-r--r-- | src/android/gradle.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties index 653a35ce8..e2f278f33 100644 --- 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 |