v3.3.2: Reverted metalangle iOS backend to v1.13.1 to fix A7/A8 crashes
This commit is contained in:
committed by
Evan Debenham
parent
26bd0aada2
commit
80231df6eb
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user