From abd97850736b9e3c504eafaeada27f016253b0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Latner?= <matyas.latner@nic.cz> Date: Tue, 2 Jun 2015 14:27:26 +0200 Subject: [PATCH] iOS build fix --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 014f1e83d..62ba72e6b 100644 --- a/build.gradle +++ b/build.gradle @@ -132,8 +132,8 @@ project(":ios") { compile "net.engio:mbassador:$mbassadorVersion" compile "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion" compile "com.badlogicgames.gdx:gdx-freetype:$gdxVersion" - natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-ios" - natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios" + compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-ios" + compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios" } } -- GitLab