mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Bumped the version to 4.0 beta 1 and updated the What's New page.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2127 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
e2620cef49
commit
e5189730ce
|
@ -16,8 +16,8 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.zxing.client.android"
|
||||
android:versionName="4.0 alpha 1"
|
||||
android:versionCode="77"
|
||||
android:versionName="4.0 beta 1"
|
||||
android:versionCode="78"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
<p><b>New in version 4.0:</b></p>
|
||||
<ul>
|
||||
<li>Rewrote the camera code to use newer functionality like using the front light.</li>
|
||||
<li>Wrote a new history screen.</li>
|
||||
<li>Removed some unneeded permissions.</li>
|
||||
<li>Made some WiFi improvements.</li>
|
||||
<li>Many, many bug fixes.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue