libGDX 1.9.9, fix #635

This commit is contained in:
Emux
2019-01-23 12:45:50 +02:00
parent 5eb27b7553
commit 540d6c23f9
6 changed files with 17 additions and 6 deletions

View File

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