v1.1.0: Switched to libGDX's JSON library, addresses iOS crashes

This commit is contained in:
Evan Debenham
2021-12-01 18:45:11 -05:00
parent 2b04d49010
commit ebc8d7ecb5
2 changed files with 99 additions and 128 deletions

View File

@@ -8,7 +8,4 @@ dependencies {
//in order to do this I have to remove 100% of libGDX API access from core
api "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
//noinspection GradleDependency , later JSON versions cause crashes on old versions of android
implementation "org.json:json:20170516"
}