v3.2.2: added missing androidX config for newer libGDX versions

This commit is contained in:
Evan Debenham
2025-08-25 15:47:29 -04:00
parent ec1dbad637
commit d519316314

View File

@@ -12,4 +12,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemor
org.gradle.parallel=true org.gradle.parallel=true
# Necessary to turn off certain R8 optimizations that would otherwise cause Shattered to crash # Necessary to turn off certain R8 optimizations that would otherwise cause Shattered to crash
android.enableR8.fullMode=false android.enableR8.fullMode=false
android.useAndroidX=true