Skip to content

Commit

Permalink
Updated to RoboVM 1.3, updated android test project to API level 22
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jun 6, 2015
1 parent 3055163 commit 5b0b2b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion backends/gdx-backend-robovm/.classpath
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.robovm.eclipse.ROBOVM_CONTAINER"/>
<classpathentry kind="con" path="org.robovm.eclipse.ROBOVM_COCOA_TOUCH_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="libs/robovm-cocoatouch.jar"/>
<classpathentry kind="lib" path="libs/robovm-objc.jar"/>
<classpathentry kind="lib" path="libs/robovm-rt.jar"/>
Expand Down
1 change: 1 addition & 0 deletions backends/gdx-backend-robovm/.project
Expand Up @@ -13,5 +13,6 @@
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.robovm.eclipse.RoboVMNature</nature>
</natures>
</projectDescription>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -46,7 +46,7 @@
<gwt.version>2.6.1</gwt.version>
<lwjgl.version>2.9.2</lwjgl.version>
<jglfw.version>1.1</jglfw.version>
<robovm.version>1.2.0</robovm.version>
<robovm.version>1.3.0</robovm.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tests/gdx-tests-android/project.properties
Expand Up @@ -10,4 +10,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-19
target=android-22

0 comments on commit 5b0b2b6

Please sign in to comment.