From 214c782f557d93b489f89eb2dec4daaa72ccbfb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Latner?= <matyas.latner@nic.cz>
Date: Wed, 21 Jan 2015 17:17:53 +0100
Subject: [PATCH] #5 Landscape screen orientation for iOS devices. Library
 versions fix.

---
 build.gradle       | 2 +-
 ios/Info.plist.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 39bb13d08..d2b1bd9b6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@ allprojects {
     ext {
         appName = 'Tablexia-libGDX'
         gdxVersion = '1.5.2'
-		gdxUtilsVersion = '0.9.1-SNAPSHOT'
+		gdxUtilsVersion = '0.9.1'
         roboVMVersion = '1.0.0-beta-01'
         box2DLightsVersion = '1.3'
         ashleyVersion = '1.3.1'
diff --git a/ios/Info.plist.xml b/ios/Info.plist.xml
index 407bec75c..048a1c631 100644
--- a/ios/Info.plist.xml
+++ b/ios/Info.plist.xml
@@ -40,7 +40,6 @@
     </array>
     <key>UISupportedInterfaceOrientations</key>
     <array>
-        <string>UIInterfaceOrientationPortrait</string>
         <string>UIInterfaceOrientationLandscapeLeft</string>
         <string>UIInterfaceOrientationLandscapeRight</string>
     </array>
-- 
GitLab