diff --git a/build.gradle b/build.gradle
index e9579750e766c80aa888f480449aeb706e95b000..fbcf7afe3d0856fdb6f9ca371e53804b9518591a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
     dependencies {
         classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
         classpath 'com.android.tools.build:gradle:1.0.0'
-        classpath 'org.robovm:robovm-gradle-plugin:1.0.0-beta-01'
+        classpath 'org.robovm:robovm-gradle-plugin:1.0.0'
     }
 }
 
@@ -24,10 +24,10 @@ allprojects {
         applicationIdDebugSuffix = '.debug'
         applicationIdDebug = applicationIdRelease + applicationIdDebugSuffix
 
-        gdxVersion = '1.5.2'
+        gdxVersion = '1.5.5'
 		gdxUtilsVersion = '0.9.1'
 	    mbassadorVersion = '1.2.0'
-        roboVMVersion = '1.0.0-beta-01'
+        roboVMVersion = '1.0.0'
         box2DLightsVersion = '1.3'
         ashleyVersion = '1.3.1'
         aiVersion = '1.4.0'
diff --git a/gradle.properties b/gradle.properties
index fa55fd1e14b8d2fed73f35d83db8fd615562e510..db8bf5542f9905910659f2361eeaaf4a8496bf94 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,3 +1,3 @@
-org.gradle.daemon=true
-org.gradle.jvmargs=-Xms128m -Xmx512m
-org.gradle.configureondemand=true
\ No newline at end of file
+org.gradle.daemon=false
+org.gradle.jvmargs=-Xms256m -Xmx1024m
+org.gradle.configureondemand=true
diff --git a/ios/build.gradle b/ios/build.gradle
index 6ed0a8d1e09e38b8687654dfac61ee96a6bf7c50..0cb41a5377b14f20d75548b8f445bb09d1baceb8 100644
--- a/ios/build.gradle
+++ b/ios/build.gradle
@@ -6,6 +6,7 @@ sourceCompatibility = '1.7'
 robovm {
         iosSignIdentity = "iPhone Distribution: CZ.NIC, z.s.p.o. (NQZA4DGKTW)"
         iosSkipSigning = false
+	ipaArchs = "thumbv7:arm64"
 }
 
 ext {