Final changes for Barcode Scanner 3.52.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1652 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2010-11-15 15:28:59 +00:00
parent 52d034f7bb
commit 2d2c2cf18b
2 changed files with 7 additions and 2 deletions

View file

@ -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. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.android"
android:versionName="3.51"
android:versionCode="64"
android:versionName="3.52"
android:versionCode="65"
android:installLocation="auto">
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
<uses-sdk android:minSdkVersion="3"

View file

@ -4,6 +4,11 @@
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<p><b>New in version 3.52:</b></p>
<ul>
<li>Fixed a crash on the Wildfire, Intercept, and other low DPI devices.</li>
<li>Improved Russian translation.</li>
</ul>
<p><b>New in version 3.51:</b></p>
<ul>
<li>Improved Data Matrix barcode reading.</li>