From 938e8167dc1b1abf9a8ad3e264db094b4e7b88b4 Mon Sep 17 00:00:00 2001 From: Emux Date: Tue, 19 Jul 2016 21:17:06 +0300 Subject: [PATCH] vtm-ios: remove redundant dependencies, #29 --- vtm-ios/build.gradle | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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) {