still trying to get Jlayer to work

This commit is contained in:
Harrison Deng 2017-06-06 00:05:48 -05:00
parent 7afb7be021
commit d4dbc3e606

View File

@ -71,13 +71,11 @@ project(":core") {
dependencies {
compile group: 'com.googlecode.soundlibs', name: 'jlayer', version: '1.0.1.4'
compile group: 'com.googlecode.soundlibs', name: 'mp3spi', version: '1.9.5.4'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
compile group: 'com.googlecode.soundlibs', name: 'mp3spi', version: '1.9.5.4'
compile "org.apache.commons:commons-math3:3.2"
compile "com.github.rwl:jtransforms:2.4.0"