Skip to content

Commit

Permalink
Update Beads library
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Oct 4, 2020
1 parent ac0bd8f commit 1d9d95c
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ allprojects {
maven { url 'https://jitpack.io' }
maven { url 'https://repo.eclipse.org/content/groups/releases/' }
maven { url "https://dl.bintray.com/spookygames/oss" }
maven { url "https://clojars.org/repo" }
}
}

Expand All @@ -53,6 +54,7 @@ project(":desktop") {
implementation "com.badlogicgames.gdx:gdx-controllers-lwjgl3:$gdxVersion"
implementation "commons-io:commons-io:2.7"
implementation "com.github.oshi:oshi-core:5.2.5"
implementation "net.beadsproject:beads:3.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
Expand Down Expand Up @@ -90,6 +92,7 @@ project(":core") {
implementation "com.badlogicgames.gdx:gdx-controllers-lwjgl3:$gdxVersion"
implementation "commons-io:commons-io:2.7"
implementation "com.github.oshi:oshi-core:5.2.5"
implementation "net.beadsproject:beads:3.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
Expand All @@ -105,14 +108,10 @@ project(":core") {
implementation "club.minnced:java-discord-rpc:2.0.2"
implementation "net.lingala.zip4j:zip4j:2.6.2"
implementation "org.lwjgl:lwjgl-tinyfd:3.2.3"
implementation "org.lwjgl:lwjgl-tinyfd:3.2.3:natives-windows"
implementation "org.lwjgl:lwjgl-tinyfd:3.2.3:natives-windows-x86"
implementation "org.lwjgl:lwjgl-tinyfd:3.2.3:natives-macos"
implementation "org.lwjgl:lwjgl-tinyfd:3.2.3:natives-linux"

implementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"

implementation fileTree(dir: 'libs', include: ['*.jar'])
// implementation fileTree(dir: 'libs', include: ['*.jar'])
}
}

Expand Down
Binary file removed core/libs/beads-io.jar
Binary file not shown.
Binary file removed core/libs/beads.jar
Binary file not shown.
Binary file removed core/libs/jarjar-1.0.jar
Binary file not shown.
Binary file removed core/libs/mp3spi1.9.4.jar
Binary file not shown.
Binary file removed core/libs/org-jaudiolibs-audioservers-javasound.jar
Binary file not shown.
Binary file removed core/libs/org-jaudiolibs-audioservers.jar
Binary file not shown.
Binary file removed core/libs/tritonus_aos-0.3.6.jar
Binary file not shown.
Binary file removed core/libs/tritonus_share.jar
Binary file not shown.

0 comments on commit 1d9d95c

Please sign in to comment.