v3.1.1: fixes to improve experience on modern iOS versions:
- fixed URLs not opening on modern iOS versions - fixed haptics not working on modern iOS versions - switched to metalangle backend, which 'should' allow for 120fps These all require some user testing!
This commit is contained in:
@@ -46,7 +46,7 @@ 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:$gdxVersion"
|
||||
implementation "com.badlogicgames.gdx:gdx-backend-robovm-metalangle:$gdxVersion"
|
||||
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