diff --git a/vtm-ios/build.gradle b/vtm-ios/build.gradle index c97afe0d..fd6aef51 100644 --- a/vtm-ios/build.gradle +++ b/vtm-ios/build.gradle @@ -28,14 +28,12 @@ launchIOSDevice.dependsOn build createIPA.dependsOn build dependencies { - compile project(':vtm') compile project(':vtm-gdx') - compile project(':vtm-themes') - compile 'org.slf4j:slf4j-simple:1.7.21' + compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios" + compile "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion" compile "com.mobidevelop.robovm:robovm-rt:$roboVMVersion" compile "com.mobidevelop.robovm:robovm-cocoatouch:$roboVMVersion" - compile "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion" - compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios" + compile 'org.slf4j:slf4j-simple:1.7.21' } task copyVtmResources(type: Copy) {