mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Small update for 4.4 beta
git-svn-id: https://zxing.googlecode.com/svn/trunk@2824 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
cec1cf00d6
commit
bacf3467cf
|
@ -16,7 +16,7 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.zxing.client.android"
|
||||
android:versionName="4.4 beta 3"
|
||||
android:versionName="4.4 beta 1"
|
||||
android:versionCode="89"
|
||||
android:installLocation="auto">
|
||||
|
||||
|
|
|
@ -17,5 +17,5 @@
|
|||
|
||||
application-package=com.google.zxing.client.android
|
||||
external-libs-folder=libs
|
||||
key.store=../../release.keystore
|
||||
key.alias=release
|
||||
key.store=../private/ZXing.keystore
|
||||
key.alias=zxing
|
|
@ -10,6 +10,8 @@
|
|||
<ul>
|
||||
<li>Android 2.3.3 is required now.</li>
|
||||
<li>The Holo theme is enabled on Android 3 and Android 4 devices</li>
|
||||
<li>The barcode scanning rectangle has been enlarged slightly on some devices.</li>
|
||||
<li>Minor fixes.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -17,5 +17,5 @@
|
|||
|
||||
application-package=com.google.zxing.client.androidtest
|
||||
external-libs-folder=libs
|
||||
key.store=../../release.keystore
|
||||
key.alias=release
|
||||
key.store=../private/ZXing.keystore
|
||||
key.alias=zxing
|
Loading…
Reference in a new issue