From e2971abf4449cc5552a7c2aebab07c81522b03b8 Mon Sep 17 00:00:00 2001 From: dswitkin Date: Fri, 6 Nov 2009 17:10:10 +0000 Subject: [PATCH] Made the final changes for Barcode Scanner 3.01. git-svn-id: http://zxing.googlecode.com/svn/trunk@1103 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/AndroidManifest.xml | 4 ++-- android/assets/html/whatsnew.html | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 51e73417..1976321e 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -20,8 +20,8 @@ version to be published. The next versionCode will be 7, regardless of whether t versionName is 2.31, 2.4, or 3.0. --> + android:versionName="3.01" + android:versionCode="39"> diff --git a/android/assets/html/whatsnew.html b/android/assets/html/whatsnew.html index 5d54abdf..f53f445d 100644 --- a/android/assets/html/whatsnew.html +++ b/android/assets/html/whatsnew.html @@ -3,6 +3,10 @@

What's new in this version

+

New in version 3.01:

+
    +
  • Fixed the crash-on-launch on the Samsung Moment.
  • +

New in version 3.0:

  • Added support for high resolution and high DPI screens.
  • -- 2.20.1