Selaa lähdekoodia

jme3-jogg: upgrade the j-ogg-vorbis library to v1.0.4

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

+ 1 - 1
jme3-jogg/build.gradle

@@ -1,4 +1,4 @@
 dependencies {
     api project(':jme3-core')
-    api 'com.github.stephengold:j-ogg-vorbis:1.0.3'
+    api 'com.github.stephengold:j-ogg-vorbis:1.0.4'
 }