summaryrefslogtreecommitdiff
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorSean Owen <srowen@gmail.com>2014-02-04 01:27:00 +0400
committerSean Owen <srowen@gmail.com>2014-02-04 01:27:00 +0400
commit4411eb5517106cdf7db809087be57f83f5cd1407 (patch)
treed32bc94556c9e302cd513008267126bf52fa4bac /android/AndroidManifest.xml
parentac9b79953f0a2cba9fa3173364bcd100666a2d7b (diff)
downloadzxing-BS-4.6.1.tar.xz
Drastic measures: make *all* optional camera params disabled by default to appease some bad devices. And even make the default disabled in the code, not just XML.BS-4.6.1
Diffstat (limited to 'android/AndroidManifest.xml')
-rwxr-xr-xandroid/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 4a7a2da03..b152cee82 100755
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -16,8 +16,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.android"
- android:versionName="4.6.0"
- android:versionCode="95"
+ android:versionName="4.6.1"
+ android:versionCode="96"
android:installLocation="auto">
<uses-permission android:name="android.permission.CAMERA"/>