Update the manifest to 2.4 beta 2.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 2 Dec 2008 22:27:12 +0000 (22:27 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 2 Dec 2008 22:27:12 +0000 (22:27 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@775 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/AndroidManifest.xml

index c293a3b..4be86f8 100755 (executable)
@@ -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="2.4b1"
-          android:versionCode="7">
+          android:versionName="2.4b2"
+          android:versionCode="8">
   <application android:icon="@drawable/launcher_icon"
                android:label="@string/app_name">
     <activity android:name=".CaptureActivity"