mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Might as well call the next version Barcode Scanner 3.6, but I'll squeeze in a few more changes first.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1767 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
75cc7fe591
commit
6a334eccf4
|
@ -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.54 beta 1"
|
||||
android:versionCode="68"
|
||||
android:versionName="3.6 beta 1"
|
||||
android:versionCode="69"
|
||||
android:installLocation="auto">
|
||||
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
|
||||
<uses-sdk android:minSdkVersion="3"
|
||||
|
|
|
@ -4,10 +4,12 @@
|
|||
<link rel="stylesheet" href="style.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p><b>New in version 3.54:</b></p>
|
||||
<p><b>New in version 3.6:</b></p>
|
||||
<ul>
|
||||
<li>Fixed support for the Motorola Xoom tablet.</li>
|
||||
<li>Added the ability to type in text and encode it as a QR Code.</li>
|
||||
<li>Added support for many more locales for web search and product search.</li>
|
||||
<li>Added Hebrew translation.</li>
|
||||
<li>Fixed support for the Motorola Xoom tablet.</li>
|
||||
<li>Other minor fixes.</li>
|
||||
</ul>
|
||||
<p><b>New in version 3.53:</b></p>
|
||||
|
|
Loading…
Reference in a new issue