v2.1.0: updated AGP, gradle, mobivm, and gdx-controllers

This commit is contained in:
Evan Debenham
2023-05-14 23:18:50 -04:00
parent 53ece81c14
commit 6c1b36b245
5 changed files with 9 additions and 12 deletions

View File

@@ -9,4 +9,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemor
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
org.gradle.parallel=true
# Necessary to turn off certain R8 optimizations that would otherwise cause Shattered to crash
android.enableR8.fullMode=false