From 162d2ebe4f1a6da2da62ad45c4cbfb161157d31d Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 14 Apr 2014 22:16:13 -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/libs/google_play_services/README.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 platform/android/libs/google_play_services/README.txt (limited to 'platform/android/libs/google_play_services/README.txt') diff --git a/platform/android/libs/google_play_services/README.txt b/platform/android/libs/google_play_services/README.txt new file mode 100644 index 0000000000..32f8d5eb85 --- /dev/null +++ b/platform/android/libs/google_play_services/README.txt @@ -0,0 +1,17 @@ +Library Project including Google Play services client jar. + +This can be used by an Android project to use the API's provided +by Google Play services. + +There is technically no source, but the src folder is necessary +to ensure that the build system works. The content is actually +located in the libs/ directory. + + +USAGE: + +Make sure you import this Android library project into your IDE +and set this project as a dependency. + +Note that if you use proguard, you will want to include the +options from proguard.txt in your configuration. \ No newline at end of file -- cgit v1.2.3