diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-05-04 09:40:43 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:05:59 +0200 |
commit | 48065c7a0ec0cd37cbf37b3487af6103169d604e (patch) | |
tree | 5b6171d89f49f164ef4443504c388da964871d75 /src/android/gradle.properties | |
parent | android: config: Enable asynchronous presentation by default on Android. (diff) | |
download | yuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.tar yuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.tar.gz yuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.tar.bz2 yuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.tar.lz yuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.tar.xz yuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.tar.zst yuzu-48065c7a0ec0cd37cbf37b3487af6103169d604e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/android/gradle.properties | 1 |
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 org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official +android.nonTransitiveRClass=true |