summaryrefslogtreecommitdiff
path: root/src/android/gradle.properties
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-05-04 03:40:43 -0400
committerGravatar bunnei2023-06-03 00:05:59 -0700
commit48065c7a0ec0cd37cbf37b3487af6103169d604e (patch)
tree5b6171d89f49f164ef4443504c388da964871d75 /src/android/gradle.properties
parentandroid: config: Enable asynchronous presentation by default on Android. (diff)
downloadyuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.tar.gz
yuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.tar.xz
yuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.zip
android: Enable non-transitive R classes
New default going forward for new android projects. Best to follow the new standard.
Diffstat (limited to 'src/android/gradle.properties')
-rw-r--r--src/android/gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties
index 885e2af85..82b01e7d3 100644
--- a/src/android/gradle.properties
+++ b/src/android/gradle.properties
@@ -11,3 +11,4 @@ android.useAndroidX=true
11org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 11org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
12# Kotlin code style for this project: "official" or "obsolete": 12# Kotlin code style for this project: "official" or "obsolete":
13kotlin.code.style=official 13kotlin.code.style=official
14android.nonTransitiveRClass=true