@@ -58,17 +58,17 @@ dependencies
5858 compile ' com.miglayout:miglayout:3.7.4'
5959 compile ' net.sf.trove4j:trove4j:3.0.3'
6060
61- compile (' org.jogamp.gluegen:gluegen-rt:2.3.1 ' ){transitive = true }
62- compile (' org.jogamp.gluegen:gluegen-rt:2.3.1 :natives-macosx-universal' ){transitive = true }
63- compile (' org.jogamp.gluegen:gluegen-rt:2.3.1 :natives-windows-amd64' ){transitive = true }
64- compile (' org.jogamp.gluegen:gluegen-rt:2.3.1 :natives-linux-amd64' ){transitive = true }
61+ compile (' org.jogamp.gluegen:gluegen-rt:2.3.2 ' ){transitive = true }
62+ compile (' org.jogamp.gluegen:gluegen-rt:2.3.2 :natives-macosx-universal' ){transitive = true }
63+ compile (' org.jogamp.gluegen:gluegen-rt:2.3.2 :natives-windows-amd64' ){transitive = true }
64+ compile (' org.jogamp.gluegen:gluegen-rt:2.3.2 :natives-linux-amd64' ){transitive = true }
6565
6666
67- compile (' org.jogamp.jogl:jogl-all:2.3.1 ' ){transitive = true }
68- // compile ('org.jogamp.jogl:jogl-all-main:2.3.1 '){transitive = true}
69- compile (' org.jogamp.jogl:jogl-all:2.3.1 :natives-macosx-universal' ){transitive = true }
70- compile (' org.jogamp.jogl:jogl-all:2.3.1 :natives-windows-amd64' ){transitive = true }
71- compile (' org.jogamp.jogl:jogl-all:2.3.1 :natives-linux-amd64' ){transitive = true }
67+ compile (' org.jogamp.jogl:jogl-all:2.3.2 ' ){transitive = true }
68+ // compile ('org.jogamp.jogl:jogl-all-main:2.3.2 '){transitive = true}
69+ compile (' org.jogamp.jogl:jogl-all:2.3.2 :natives-macosx-universal' ){transitive = true }
70+ compile (' org.jogamp.jogl:jogl-all:2.3.2 :natives-windows-amd64' ){transitive = true }
71+ compile (' org.jogamp.jogl:jogl-all:2.3.2 :natives-linux-amd64' ){transitive = true }
7272
7373 compile group : " net.coremem" , name : " CoreMem" , version : " (,1.0.0]" , changing : true
7474
0 commit comments