From c14dbc8381d6ae5badd96c7ca7121033964f9776 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: https://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 28b0bbacf..18abffe15 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">