aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-01-31 18:43:04 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-01-31 18:43:04 +0000
commitdfb04205b7dbe5d559c01056e988ea2422e99cdb (patch)
tree947ef9137ff98050697a5132d9c1773801416e6a /AndroidManifest.xml
parent2f581670f84f5c7d9b43d8657f7d6f5ab7e5e98e (diff)
downloadsouthamptonuniversitymap-dfb04205b7dbe5d559c01056e988ea2422e99cdb.tar
southamptonuniversitymap-dfb04205b7dbe5d559c01056e988ea2422e99cdb.tar.gz
Made a slightly better icon, and bumped the version.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b0747f0..6e392af 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="2"
- android:versionName="0.15 (alpha)" >
+ android:versionCode="3"
+ android:versionName="0.2 (alpha)" >
<uses-sdk android:minSdkVersion="7" />
@@ -14,7 +14,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
- android:icon="@drawable/busstop"
+ android:icon="@drawable/icon"
android:label="@string/app_name" >
<activity
android:name=".SouthamptonUniversityMapActivity"