mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Final changes for Barcode Scanner 3.51.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1639 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
60bca1b22c
commit
754e8d3910
|
@ -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 beta 1"
|
||||
android:versionCode="63"
|
||||
android:versionName="3.51"
|
||||
android:versionCode="64"
|
||||
android:installLocation="auto">
|
||||
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
|
||||
<uses-sdk android:minSdkVersion="3"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<li>Added support for Hanzi encoding of Chinese characters.</li>
|
||||
<li>Added a preview of shortened URLs and product barcodes.</li>
|
||||
<li>Added Korean translation.</li>
|
||||
<li>Fixed Danish and Turkish translations.</li>
|
||||
<li>Fixed a couple of rare crashes.</li>
|
||||
<li>Many bug fixes.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue