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

@@ -13,3 +13,5 @@ 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