update jogl dependency to 2.1.4
This commit is contained in:
parent
a16857c8f4
commit
b37a5357cf
@ -5,7 +5,7 @@ if (!hasProperty('mainClass')) {
|
||||
dependencies {
|
||||
compile project(':jme3-core')
|
||||
compile project(':jme3-desktop')
|
||||
compile 'org.jogamp.gluegen:gluegen-rt-main:2.1.3'
|
||||
compile 'org.jogamp.jogl:jogl-all-main:2.1.3'
|
||||
compile 'org.jogamp.joal:joal-main:2.1.3'
|
||||
compile 'org.jogamp.gluegen:gluegen-rt-main:2.1.4'
|
||||
compile 'org.jogamp.jogl:jogl-all-main:2.1.4'
|
||||
compile 'org.jogamp.joal:joal-main:2.1.4'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user