+ update SVGgh to version 1.9.2 with iOS 11 compatibility (#426)

+ update RoboVM to version 2.3.2 with iOS  11 compatibility with InteliJ-PlugIn Version 2.3.3-SNAPSHOT and compatibility with Xcode 9.0
This commit is contained in:
Andre Höpfner
2017-10-12 13:54:33 +02:00
committed by Emux
parent 5615604170
commit dfd3a7dcf6
8 changed files with 13 additions and 13 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'
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.2'
}
}
@@ -16,7 +16,7 @@ sourceSets.main.java.srcDirs = ["src/"]
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext {
roboVMVersion = "2.3.1"
roboVMVersion = "2.3.2"
}
launchIPhoneSimulator.dependsOn build