mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Created Barcode Scanner 3.31 final.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1394 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
b789f32c71
commit
c6f29f2ebc
|
@ -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. -->
|
versionName is 2.31, 2.4, or 3.0. -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.google.zxing.client.android"
|
package="com.google.zxing.client.android"
|
||||||
android:versionName="3.31 beta 1"
|
android:versionName="3.31"
|
||||||
android:versionCode="52">
|
android:versionCode="53">
|
||||||
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
|
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
|
||||||
<uses-sdk android:minSdkVersion="3"
|
<uses-sdk android:minSdkVersion="3"
|
||||||
android:targetSdkVersion="4"/>
|
android:targetSdkVersion="4"/>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<li>Improved scanning speed.</li>
|
<li>Improved scanning speed.</li>
|
||||||
<li>Added RSS Expanded support.</li>
|
<li>Added RSS Expanded support.</li>
|
||||||
<li>Fixed a crash in the QR Code reader.</li>
|
<li>Fixed a crash in the QR Code reader.</li>
|
||||||
<li>Improved Chinese characeter support in QR Codes.</li>
|
<li>Improved Chinese character support in QR Codes.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><b>New in version 3.3:</b></p>
|
<p><b>New in version 3.3:</b></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue