diff --git a/build.gradle b/build.gradle
index 014f1e83ddcc42a9afa4da29cb2052d7e22a5908..62ba72e6b21dfba96015eef3f13a5e65f8ec8865 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"
     }
 }