v3.2.2: added missing androidX config for newer libGDX versions
This commit is contained in:
@@ -12,4 +12,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemor
|
||||
org.gradle.parallel=true
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user