mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
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:
parent
704f6c34fb
commit
20424b0e4e
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue