Explorar o código

common.gradle: upgrade jme3-lwjgl3 and jme3-vr to LWJGL v3.3.1

Stephen Gold %!s(int64=3) %!d(string=hai) anos
pai
achega
5656fe4c06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common.gradle

+ 1 - 1
common.gradle

@@ -23,7 +23,7 @@ tasks.withType(JavaCompile) { // compile-time options:
 }
 
 ext {
-    lwjgl3Version = '3.3.0' // used in both the jme3-lwjgl3 and jme3-vr build scripts
+    lwjgl3Version = '3.3.1' // used in both the jme3-lwjgl3 and jme3-vr build scripts
 }
 
 repositories {