diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-08 15:56:12 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-08 15:56:12 +0100 |
commit | c0c2a29e0cb1093e8b537685d5557cc77d88246b (patch) | |
tree | 31cb7a2d984d02ae61aeb1b7c75ee344614580b2 | |
parent | 4e90880a42a6dfde3c560daca1691b33c4f122a6 (diff) |
lower the minimum API level
-rw-r--r-- | phonegap/Android/AndroidManifest.xml | 2 | ||||
-rw-r--r-- | phonegap/Android/project.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phonegap/Android/AndroidManifest.xml b/phonegap/Android/AndroidManifest.xml index 9416b9b9e..b4f8c738b 100644 --- a/phonegap/Android/AndroidManifest.xml +++ b/phonegap/Android/AndroidManifest.xml @@ -4,7 +4,7 @@ android:versionCode="1" android:versionName="1.0" > - <uses-sdk android:minSdkVersion="15" /> + <uses-sdk android:minSdkVersion="10" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"/> diff --git a/phonegap/Android/project.properties b/phonegap/Android/project.properties index 8da376af8..f049142c1 100644 --- a/phonegap/Android/project.properties +++ b/phonegap/Android/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-15 +target=android-10 |