Created Barcode Scanner v4.11 beta 1 based on CL 2284.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2292 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2012-05-14 17:52:09 +00:00
parent 704f6c34fb
commit 20424b0e4e
2 changed files with 7 additions and 2 deletions

View file

@ -16,8 +16,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.android"
android:versionName="4.1 beta 1"
android:versionCode="80"
android:versionName="4.11 beta 1"
android:versionCode="82"
android:installLocation="auto">
<uses-permission android:name="android.permission.CAMERA"/>

View file

@ -4,6 +4,11 @@
<link rel="stylesheet" href="../style.css" type="text/css"/>
</head>
<body>
<p><strong>New in version 4.11:</strong></p>
<ul>
<li>Fixed a few crashes.</li>
<li>Fixed another compatibility problem with the Galaxy Tab.</li>
</ul>
<p><strong>New in version 4.1:</strong></p>
<ul>
<li>Made compatibility fixes for Optimus V and Galaxy Tab devices.</li>