Преглед изворни кода

jme3-jogg: upgrade the j-ogg-all library to v1.0.2

Stephen Gold пре 3 година
родитељ
комит
63a1d07535
1 измењених фајлова са 1 додато и 1 уклоњено
  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-all:1.0.1'
+    api 'com.github.stephengold:j-ogg-all:1.0.2'
 }