From 92dbec8581fdeb02d60331fc177a0431bba82147 Mon Sep 17 00:00:00 2001 From: Collin Smith Date: Wed, 9 Sep 2020 13:42:47 -0700 Subject: [PATCH] Set gdx-ai to 1.8.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 939a9152..6459644f 100644 --- a/build.gradle +++ b/build.gradle @@ -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" }