From dfb04205b7dbe5d559c01056e988ea2422e99cdb Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 31 Jan 2012 18:43:04 +0000 Subject: Made a slightly better icon, and bumped the version. --- AndroidManifest.xml | 6 +++--- gen/net/cbaines/suma/R.java | 31 ++++++++++++++++--------------- res/drawable-hdpi/icon.png | Bin 0 -> 5096 bytes res/drawable-ldpi/icon.png | Bin 0 -> 1911 bytes res/drawable-mdpi/icon.png | Bin 0 -> 2412 bytes res/raw/ormlite_config.txt | 2 +- 6 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 res/drawable-hdpi/icon.png create mode 100644 res/drawable-ldpi/icon.png create mode 100644 res/drawable-mdpi/icon.png diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b0747f0..6e392af 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="3" + android:versionName="0.2 (alpha)" > @@ -14,7 +14,7 @@