updated roboVM to 2.3.7

This commit is contained in:
Anuken 2019-08-13 23:26:25 -04:00
parent c9178c3f2f
commit f8adbda9c5

View File

@ -8,7 +8,7 @@ buildscript{
}
dependencies{
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.6'
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.7'
classpath "com.badlogicgames.gdx:gdx-tools:1.9.10"
classpath "com.badlogicgames.packr:packr:2.1-SNAPSHOT"
}
@ -23,7 +23,7 @@ allprojects{
if(!project.hasProperty("versionType")) versionType = 'official'
appName = 'Mindustry'
gdxVersion = '1.9.10'
roboVMVersion = '2.3.6'
roboVMVersion = '2.3.7'
arcHash = null
debugged = {