Fixed sharing crash

This commit is contained in:
Anuken
2019-10-20 21:31:34 -04:00
parent c5a550bf78
commit ec59396035
2 changed files with 10 additions and 6 deletions

View File

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