aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-28 19:09:23 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-28 19:09:23 +0000
commit0b5aefbe0ff01638dd264222c5368ad02a0fe1ee (patch)
tree2e6fdbd38ce7d97b757dcf365fe72aac7a163ddb /AndroidManifest.xml
parented7638698d439d75ada5120121a137f8e6f09bf8 (diff)
downloadsouthamptonuniversitymap-0b5aefbe0ff01638dd264222c5368ad02a0fe1ee.tar
southamptonuniversitymap-0b5aefbe0ff01638dd264222c5368ad02a0fe1ee.tar.gz
Fixed two bugs relating to the query on the database not being ordered?, and implemented a new preference option.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1eb5c8a..42adfec 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4,7 +4,9 @@
android:versionCode="7"
android:versionName="0.4 (alpha)" >
- <uses-sdk android:minSdkVersion="7" />
+ <uses-sdk
+ android:minSdkVersion="4"
+ android:targetSdkVersion="10" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />