v3.3.2: Reverted metalangle iOS backend to v1.13.1 to fix A7/A8 crashes

This commit is contained in:
Evan Debenham
2026-01-01 21:44:13 -05:00
committed by Evan Debenham
parent 26bd0aada2
commit 80231df6eb
2 changed files with 23 additions and 2 deletions

View File

@@ -46,7 +46,10 @@ dependencies {
implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
implementation "com.mobidevelop.robovm:robovm-rt:$robovmVersion"
implementation "com.mobidevelop.robovm:robovm-cocoatouch:$robovmVersion"
implementation "com.badlogicgames.gdx:gdx-backend-robovm-metalangle:$gdxVersion"
//FIXME using a prior version of metalangle backend as 1.13.5+ crashes on A7 and A8 devices
// Yes this is dangerous, the old backend seems to only work with libGDX 1.14.0 incidentally
// Ideally the next release of libGDX will fix this and this can simply use $gdxVersion again
implementation "com.badlogicgames.gdx:gdx-backend-robovm-metalangle:1.13.1"
implementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios"
implementation "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-ios"
implementation "com.badlogicgames.gdx-controllers:gdx-controllers-ios:$gdxControllersVersion"