aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-11 17:19:24 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-11 17:19:24 +0000
commita45c1858d22622ef80253743c15c5a28760dbbae (patch)
tree75d1256944d553e8b4ec198ad9bf211e87b7f976 /AndroidManifest.xml
parentacbff20cc3eb148621e1ffed9b06d17a2a1f53ce (diff)
downloadsouthamptonuniversitymap-a45c1858d22622ef80253743c15c5a28760dbbae.tar
southamptonuniversitymap-a45c1858d22622ef80253743c15c5a28760dbbae.tar.gz
Major progress on implementing the new search stuff.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 04e0d73..24b5cd1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.cbaines.suma"
- android:versionCode="11"
- android:versionName="0.8 (alpha)" >
+ android:versionCode="12"
+ android:versionName="0.9 (beta)" >
<uses-sdk
android:minSdkVersion="8"
@@ -58,10 +58,6 @@
android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
- <activity android:name=".SearchResultsActivity" >
- </activity>
- <activity android:name=".SearchResultsActivity" >
- </activity>
<activity android:name="BusStopActivity" >
<intent-filter android:label="@string/app_name" >
<action android:name="android.intent.action.VIEW" />