From bd03e666da2a19a957b11af8360bb038d370d11d Mon Sep 17 00:00:00 2001 From: Lionel Bergen Date: Fri, 11 Oct 2019 23:54:48 -0500 Subject: [PATCH] fixed issue (#816) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9411b3544d..1aaf194da3 100644 --- a/build.gradle +++ b/build.gradle @@ -152,7 +152,7 @@ project(":desktop"){ compile "com.code-disaster.steamworks4j:steamworks4j-server:$steamworksVersion" compile arcModule("backends:backend-sdl") - compile 'com.github.MinnDevelopment:java-discord-rpc:v2.0.2' + compile 'com.github.MinnDevelopment:java-discord-rpc:v2.0.1' } }