Made another fix for the Samsung Galaxy, and bumped the version to 2.92.
[zxing.git] / android / AndroidManifest.xml
index 4ff39db..034aa98 100755 (executable)
@@ -20,9 +20,9 @@ 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.8"
-          android:versionCode="20">
-  <uses-sdk android:minSdkVersion="1"/>
+          android:versionName="2.92"
+          android:versionCode="28">
+  <uses-sdk android:minSdkVersion="3"/>
   <application android:icon="@drawable/launcher_icon"
                android:label="@string/app_name">
     <activity android:name=".CaptureActivity"