diff --git a/build.gradle b/build.gradle index abd30a9..8c3f930 100755 --- a/build.gradle +++ b/build.gradle @@ -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"