v1.2.0: reverted base save system back to org.json, plus improvements

This commit is contained in:
Evan Debenham
2022-03-03 16:39:20 -05:00
parent c7976b9972
commit ddb9210803
2 changed files with 201 additions and 133 deletions

View File

@@ -9,4 +9,7 @@ dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
api "com.badlogicgames.gdx-controllers:gdx-controllers-core:$gdxControllersVersion"
implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
//noinspection GradleDependency , later JSON versions cause crashes on old versions of android
implementation "org.json:json:20170516"
}