Steam fixes

This commit is contained in:
Anuken
2019-10-30 16:29:01 -04:00
parent 8616a82efc
commit 06e7b94b60
4 changed files with 12 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ allprojects{
appName = 'Mindustry'
gdxVersion = '1.9.10'
roboVMVersion = '2.3.8-SNAPSHOT'
steamworksVersion = '1.8.0'
steamworksVersion = 'f9ed19bbddd71f07999ca8f0ef354c04938aca41'
arcHash = null
debugged = {
@@ -149,8 +149,7 @@ project(":desktop"){
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
compile "com.code-disaster.steamworks4j:steamworks4j:$steamworksVersion"
compile "com.code-disaster.steamworks4j:steamworks4j-server:$steamworksVersion"
compile "com.github.Anuken:steamworks4j:$steamworksVersion"
compile arcModule("backends:backend-sdl")
compile 'com.github.MinnDevelopment:java-discord-rpc:v2.0.1'