Selaa lähdekoodia

fix issue #1244 (NPE in LogicalOggStreamImpl) (#1480)

Stephen Gold 4 vuotta sitten
vanhempi
commit
6d31571936
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      jme3-jogg/build.gradle

+ 1 - 1
jme3-jogg/build.gradle

@@ -4,5 +4,5 @@ if (!hasProperty('mainClass')) {
 
 dependencies {
     compile project(':jme3-core')
-    compile 'de.jarnbjo:j-ogg-all:1.0.0'
+    compile 'com.github.stephengold:j-ogg-all:1.0.1'
 }