summaryrefslogtreecommitdiffstats
path: root/src/android/gradle.properties
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-05-04 10:07:44 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:59 +0200
commit56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036 (patch)
tree8141da6cb6f11e1c9f4bf5faf517e26b8470e4e1 /src/android/gradle.properties
parentandroid: Enable non-transitive R classes (diff)
downloadyuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.tar
yuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.tar.gz
yuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.tar.bz2
yuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.tar.lz
yuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.tar.xz
yuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.tar.zst
yuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.zip
Diffstat (limited to '')
-rw-r--r--src/android/gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties
index 82b01e7d3..4f4f20eb6 100644
--- a/src/android/gradle.properties
+++ b/src/android/gradle.properties
@@ -11,4 +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
+android.defaults.buildfeatures.buildconfig=true