Added a Google Shopper button when scanning products, and bumped the version to 3...
[zxing.git] / android / AndroidManifest.xml
index 16207ce..074cb92 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="3.11 alpha 1"
-          android:versionCode="43">
+          android:versionName="3.2 beta 1"
+          android:versionCode="44">
   <!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
   <uses-sdk android:minSdkVersion="3"
             android:targetSdkVersion="4"/>