Update RoboVM to 2.3.1 release (#350)

This commit is contained in:
Andre Höpfner
2017-05-10 11:23:24 +02:00
committed by Emux
parent 6b362e5125
commit 8d121c0798
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1-SNAPSHOT'
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1'
}
}
@@ -16,7 +16,7 @@ sourceSets.main.java.srcDirs = ["src/"]
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext {
roboVMVersion = "2.3.0"
roboVMVersion = "2.3.1"
}
launchIPhoneSimulator.dependsOn build