Skip to content

Commit

Permalink
Follow-up to 8655794: forgot to edit build.gradle.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
  • Loading branch information
itdelatrisu committed Jan 8, 2017
1 parent a7e0c8d commit e1c50ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ dependencies {
}
compile('org.slick2d:slick2d-core:1.0.2') {
exclude group: 'org.lwjgl.lwjgl', module: 'lwjgl'
exclude group: 'org.jcraft', module: 'jorbis'
exclude group: 'javax.jnlp', module: 'jnlp-api'
}
compile 'org.jcraft:jorbis:0.0.17'
compile 'net.lingala.zip4j:zip4j:1.3.2'
compile 'com.googlecode.soundlibs:jlayer:1.0.1.4'
compile 'com.googlecode.soundlibs:mp3spi:1.9.5.4'
compile 'com.googlecode.soundlibs:tritonus-share:0.3.7.4'
compile('com.googlecode.soundlibs:mp3spi:1.9.5.4') {
exclude group: 'com.googlecode.soundlibs', module: 'tritonus-share'
}
compile 'com.googlecode.soundlibs:tritonus-all:0.3.7.2'
compile 'org.xerial:sqlite-jdbc:3.15.1'
compile 'org.json:json:20160810'
compile 'net.java.dev.jna:jna:4.2.2'
Expand Down

0 comments on commit e1c50ed

Please # to comment.