Implemented catching of settings flush exception

This commit is contained in:
Anuken
2017-10-08 19:44:38 -04:00
parent 60a13742cd
commit 0decc18d76
6 changed files with 26 additions and 11 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:77506a62ac'
compile 'com.github.anuken:ucore:fa05e4e0d1'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}