moved to jme3

This commit is contained in:
Ziver Koc 2020-03-21 19:57:43 +01:00
parent 4dd9985229
commit d563f539a5
20 changed files with 124 additions and 114 deletions

View file

@ -18,11 +18,9 @@ allprojects {
ext {
appName = "Cookery"
gdxVersion = '1.9.10'
roboVMVersion = '2.3.8'
box2DLightsVersion = '1.4'
ashleyVersion = '1.7.0'
aiVersion = '1.8.0'
jme3Version = '3.2.3'
}
repositories {
@ -32,6 +30,7 @@ allprojects {
google()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
maven { url "http://dl.bintray.com/jmonkeyengine/org.jmonkeyengine" }
}
}