# HG changeset patch # User John Tsiombikas # Date 1444014714 -10800 # Node ID 64ca672a79dc84d4cfe8290025a5b2f4c2b28607 # Parent a9f2d30f7e8e2c0223beab93b31b5023c29a2198 fixed orientation to either left or right landscape diff -r a9f2d30f7e8e -r 64ca672a79dc android/Makefile --- a/android/Makefile Mon Oct 05 06:00:16 2015 +0300 +++ b/android/Makefile Mon Oct 05 06:11:54 2015 +0300 @@ -101,7 +101,7 @@ $(MAKE) update-project .PHONY: update-project -update-project: build.xml +update-project: build.xml google-play-services_lib android update project -p . -t $(android_platform) --library google-play-services_lib --subprojects .PHONY: logcat diff -r a9f2d30f7e8e -r 64ca672a79dc android/manifest.xml.in --- a/android/manifest.xml.in Mon Oct 05 06:00:16 2015 +0300 +++ b/android/manifest.xml.in Mon Oct 05 06:11:54 2015 +0300 @@ -19,6 +19,7 @@