Skip to content

Commit

Permalink
Revert update of jinout for now due to issue with native libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurkenlabs committed Jun 5, 2018
1 parent 5a9e48e commit 6dd4254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-maven.gradle
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
compile 'net.java.jinput:jinput:2.0.9'
compile 'net.java.jinput:jinput:2.0.7'
compile 'com.googlecode.soundlibs:jorbis:0.0.17.4'
compile 'com.googlecode.soundlibs:tritonus-share:0.3.7.4'
compile 'com.googlecode.soundlibs:vorbisspi:1.0.3.3'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -43,7 +43,7 @@ repositories {
}

dependencies {
compile 'net.java.jinput:jinput:2.0.9'
compile 'net.java.jinput:jinput:2.0.7'
compile 'com.googlecode.soundlibs:jorbis:0.0.17.4'
compile 'com.googlecode.soundlibs:tritonus-share:0.3.7.4'
compile 'com.googlecode.soundlibs:vorbisspi:1.0.3.3'
Expand Down

0 comments on commit 6dd4254

Please sign in to comment.