summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f808e80..4871c52 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,8 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.madore.android.unicodeMap"
android:versionCode="1"
- android:versionName="1.0">
- <application android:label="@string/app_name">
+ android:versionName="0.0.1">
+ <uses-sdk android:minSdkVersion="3" />
+ <application android:label="@string/app_name"
+ android:icon="@drawable/icon">
<activity android:name=".UnicodeMapActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />