diff options
| author | Sean Owen <srowen@gmail.com> | 2014-02-04 01:27:00 +0400 |
|---|---|---|
| committer | Sean Owen <srowen@gmail.com> | 2014-02-04 01:27:00 +0400 |
| commit | 4411eb5517106cdf7db809087be57f83f5cd1407 (patch) | |
| tree | d32bc94556c9e302cd513008267126bf52fa4bac /android/AndroidManifest.xml | |
| parent | ac9b79953f0a2cba9fa3173364bcd100666a2d7b (diff) | |
| download | zxing-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-x | android/AndroidManifest.xml | 4 |
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"/> |
