diff options
| author | Charles Lombardo <clombardo169@gmail.com> | 2023-06-11 23:37:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-11 23:37:53 -0400 |
| commit | 4e4705e98345fdf474a58a2e16bf78e1740cfbb3 (patch) | |
| tree | 08e5a66dc75c74fa14ee41da2417151515f0d336 /Source/Android | |
| parent | 1a0a1e8f12ac5a52cc01a15ab4e71148c6597694 (diff) | |
| parent | 78f746336305951e160e14ecdaf70b64e7014fa0 (diff) | |
Merge pull request #11931 from t895/build-flag-fix
Android: Fix use of deprecated JVM flag
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/gradle.properties b/Source/Android/gradle.properties index af8ed7801b..0d0705d1da 100644 --- a/Source/Android/gradle.properties +++ b/Source/Android/gradle.properties @@ -6,7 +6,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 android.enableJetifier=true # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app's APK |
