summaryrefslogtreecommitdiff
path: root/src/android
diff options
context:
space:
mode:
authorGravatar Narr the Reg2023-06-06 11:19:20 -0600
committerGravatar GitHub2023-06-06 11:19:20 -0600
commitd967ab8e79935e2f438f8b2dcc70646d9a8646a8 (patch)
tree464b10f70d1e5b7e33f27ad16b202229242c811d /src/android
parentMerge pull request #10641 from 8bitDream/ci-android (diff)
parentandroid: Improve Gradle build configuration (diff)
downloadyuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar.gz
yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.tar.xz
yuzu-d967ab8e79935e2f438f8b2dcc70646d9a8646a8.zip
Merge pull request #10643 from 8bitDream/gradle-config
android: Improve Gradle build configuration
Diffstat (limited to 'src/android')
-rw-r--r--src/android/gradle.properties3
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 @@
9# http://www.gradle.org/docs/current/userguide/build_environment.html 9# http://www.gradle.org/docs/current/userguide/build_environment.html
10# Specifies the JVM arguments used for the daemon process. 10# Specifies the JVM arguments used for the daemon process.
11# The setting is particularly useful for tweaking memory settings. 11# The setting is particularly useful for tweaking memory settings.
12org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 12org.gradle.jvmargs=-Xms512m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
13android.useAndroidX=true 13android.useAndroidX=true
14# Kotlin code style for this project: "official" or "obsolete": 14# Kotlin code style for this project: "official" or "obsolete":
15kotlin.code.style=official 15kotlin.code.style=official
16kotlin.parallel.tasks.in.project=true
16android.defaults.buildfeatures.buildconfig=true 17android.defaults.buildfeatures.buildconfig=true