Bumped Barcode Scanner version to 3.5 final.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1599 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2010-09-20 18:11:59 +00:00
parent fa7bca335b
commit 295fe6f50f

View file

@ -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.5 beta 2"
android:versionCode="61"
android:versionName="3.5"
android:versionCode="62"
android:installLocation="auto">
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
<uses-sdk android:minSdkVersion="3"