From 795fba09a3ca273cd2daeeb7d9fed6bae6fa6a86 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Thu, 7 Mar 2013 19:23:39 +1300 Subject: altosdroid: Adjust build system for GMaps & Tabs support * Use SupportV4 library for Tab support * Use Google Services Lib for Google Maps * revert to a standard Android target, not Google API's * Add permissions required for Google Maps to manifest, and API key Signed-off-by: Mike Beattie --- altosdroid/AndroidManifest.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'altosdroid/AndroidManifest.xml') diff --git a/altosdroid/AndroidManifest.xml b/altosdroid/AndroidManifest.xml index adcfe94f..237c6dcf 100644 --- a/altosdroid/AndroidManifest.xml +++ b/altosdroid/AndroidManifest.xml @@ -20,9 +20,24 @@ android:versionCode="1" android:versionName="1.1.9.3"> + + + + + + + + + + + + + + + -- cgit v1.2.3