From ec4ef2d2e794819548d731f93728266d31261d71 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 14 Apr 2014 22:43:44 -0300 Subject: -Added google play services (needed for some stuff) -Added new screen resizing options, stretch_2d is removed, new much more flexible ones. -Fixed bug in viewport (can create more instances in 3d-in-2d demo now) -Can set android permissions and screen sizes manually in the export settings -Changed export templates extension to .tpz (too many people unzipped the manually..) -File dialog now ensures that the proper extension is used (will not allow to save without it) -Fixed bug that made collision exceptions not work in 2D --- platform/android/detect.py | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/android/detect.py') diff --git a/platform/android/detect.py b/platform/android/detect.py index 17e97fae0..72a16ab59 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -57,6 +57,7 @@ def configure(env): env['SPAWN'] = methods.win32_spawn env.android_source_modules.append("../libs/apk_expansion") + env.android_source_modules.append("../libs/google_play_services") ndk_platform="" ndk_platform="android-15" -- cgit v1.2.3-70-g09d2