Set gdx-ai to 1.8.2

This commit is contained in:
Collin Smith 2020-09-09 13:42:47 -07:00
parent 9efc2bb5c3
commit 92dbec8581

View File

@ -199,7 +199,7 @@ project(":core") {
dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.+"
compile "com.badlogicgames.gdx:gdx-ai:1.8.2"
compile "com.badlogicgames.gdx:gdx-controllers:$gdxVersion"
}