diff options
| author | 2023-05-04 04:07:44 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:59 -0700 | |
| commit | 56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036 (patch) | |
| tree | 8141da6cb6f11e1c9f4bf5faf517e26b8470e4e1 /src/android/gradle.properties | |
| parent | android: Enable non-transitive R classes (diff) | |
| download | yuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.tar.gz yuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.tar.xz yuzu-56d3711e349bfb74fbb9a8cb09a5f6c9cb6b5036.zip | |
android: Migrate to AGP 8.0.1
Diffstat (limited to 'src/android/gradle.properties')
| -rw-r--r-- | src/android/gradle.properties | 2 |
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 | |||
| 11 | org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | 11 | org.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": |
| 13 | kotlin.code.style=official | 13 | kotlin.code.style=official |
| 14 | android.nonTransitiveRClass=true | 14 | android.defaults.buildfeatures.buildconfig=true |