From 470a83f3ffe1c7b50e88ea152f8931961f2ba4e1 Mon Sep 17 00:00:00 2001 From: dswitkin Date: Sat, 18 Oct 2008 19:27:43 +0000 Subject: [PATCH] Added versionName and versionCode to the Android client manifest. git-svn-id: http://zxing.googlecode.com/svn/trunk@626 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/AndroidManifest.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 28b0bbac..18abffe1 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -14,8 +14,14 @@ See the License for the specific language governing permissions and limitations under the License. --> + + + package="com.google.zxing.client.android" + android:versionName="2.3" + android:versionCode="6">