libGDX 1.9.10, fix #731

This commit is contained in:
Emux
2019-07-25 11:57:52 +03:00
parent 71bf1390f6
commit 0c050c7405
14 changed files with 43 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.5'
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.7'
}
}
@@ -16,7 +16,7 @@ sourceSets.main.java.srcDirs = ["src/"]
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext {
roboVMVersion = "2.3.5"
roboVMVersion = "2.3.7"
}
launchIPhoneSimulator.dependsOn build