v1.4.0: cleaned up some TODOs and FIXMEs
This commit is contained in:
@@ -4,8 +4,6 @@ apply plugin: 'java-library'
|
||||
sourceCompatibility = targetCompatibility = appJavaCompatibility
|
||||
|
||||
dependencies {
|
||||
//TODO migrate this to implementation from api
|
||||
//in order to do this I have to remove 100% of libGDX API access from core
|
||||
api "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
api "com.badlogicgames.gdx-controllers:gdx-controllers-core:$gdxControllersVersion"
|
||||
implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
|
||||
|
||||
Reference in New Issue
Block a user