diff options
| author | 2023-05-04 04:13:47 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:59 -0700 | |
| commit | c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f (patch) | |
| tree | 8eb13a4aa70ef4a0a3959b586ea697b8bc402b58 /src/android/gradle.properties | |
| parent | android: Update dependencies (diff) | |
| download | yuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.tar.gz yuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.tar.xz yuzu-c16e663f7037d7b0650c2c69d1bcd69dd65a0b7f.zip | |
android: Disable jetifier
We no longer depend on any legacy libraries that required this flag
Diffstat (limited to 'src/android/gradle.properties')
| -rw-r--r-- | src/android/gradle.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties index 4f4f20eb6..bf63cfce7 100644 --- a/src/android/gradle.properties +++ b/src/android/gradle.properties | |||
| @@ -6,9 +6,8 @@ | |||
| 6 | # http://www.gradle.org/docs/current/userguide/build_environment.html | 6 | # http://www.gradle.org/docs/current/userguide/build_environment.html |
| 7 | # Specifies the JVM arguments used for the daemon process. | 7 | # Specifies the JVM arguments used for the daemon process. |
| 8 | # The setting is particularly useful for tweaking memory settings. | 8 | # The setting is particularly useful for tweaking memory settings. |
| 9 | android.enableJetifier=true | ||
| 10 | android.useAndroidX=true | ||
| 11 | org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | 9 | org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
| 10 | android.useAndroidX=true | ||
| 12 | # Kotlin code style for this project: "official" or "obsolete": | 11 | # Kotlin code style for this project: "official" or "obsolete": |
| 13 | kotlin.code.style=official | 12 | kotlin.code.style=official |
| 14 | android.defaults.buildfeatures.buildconfig=true | 13 | android.defaults.buildfeatures.buildconfig=true |