Update build.gradle

This commit is contained in:
Zaxar163 2018-09-26 17:48:14 +03:00 committed by GitHub
parent e4b8cf59bf
commit 39d0c4b5e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,5 @@
dependencies {
compile project(':LauncherAPI')
compile 'org.javassist:javassist:3.23.1-GA'
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.guava:guava:26.0-jre'
compile 'org.javassist:javassist:3.23.1-GA'
}