vtm-ios: remove slf4j-simple dependency (#335)

This commit is contained in:
Longri 2017-03-16 12:34:27 +01:00 committed by Emux
parent 4c9354c326
commit dc340a382e

View File

@ -30,7 +30,6 @@ dependencies {
compile "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion"
compile "com.mobidevelop.robovm:robovm-rt:$roboVMVersion"
compile "com.mobidevelop.robovm:robovm-cocoatouch:$roboVMVersion"
compile 'org.slf4j:slf4j-simple:1.7.21'
}
task copyVtmResources(type: Copy) {