Prechádzať zdrojové kódy

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

Stephen Gold 4 rokov pred
rodič
commit
6d31571936
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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'
 }