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/" } maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
} }
dependencies { 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' [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext { ext {
roboVMVersion = "2.3.0" roboVMVersion = "2.3.1"
} }
launchIPhoneSimulator.dependsOn build launchIPhoneSimulator.dependsOn build

View File

@@ -38,8 +38,8 @@ public class ExampleLauncher extends IOSApplication.Delegate {
float scale = (float) (getIosVersion() >= 8 ? UIScreen.getMainScreen().getNativeScale() : UIScreen.getMainScreen().getScale()); float scale = (float) (getIosVersion() >= 8 ? UIScreen.getMainScreen().getNativeScale() : UIScreen.getMainScreen().getScale());
CanvasAdapter.dpi *= scale; CanvasAdapter.dpi *= scale;
// IOSMapApp iosMapApp = new IOSMapApp(); IOSMapApp iosMapApp = new IOSMapApp();
IOSLineTexTest iosMapApp = new IOSLineTexTest(); // IOSLineTexTest iosMapApp = new IOSLineTexTest();
// IOSMapAppCluster iosMapApp = new IOSMapAppCluster(); // IOSMapAppCluster iosMapApp = new IOSMapAppCluster();

View File

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