From 014806ddc218ff4431604cf21de4ed4d2abd4bb7 Mon Sep 17 00:00:00 2001 From: qiaozhongliang Date: Tue, 27 Dec 2011 16:21:21 +0800 Subject: [PATCH] Add version information --- AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2bc3c60..9688f07 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -16,7 +16,9 @@ --> + package="net.micode.notes" + android:versionCode="1" + android:versionName="0.1" > @@ -142,4 +144,4 @@ android:name="android.app.default_searchable" android:value=".ui.NoteEditActivity" /> - \ No newline at end of file +