Update zxing lib, to hopefully fix a an autobug

This commit is contained in:
geeksville 2020-04-12 16:11:16 -07:00
parent d1afb6fac6
commit 2c50f27d22
2 changed files with 6 additions and 2 deletions

View file

@ -4,6 +4,9 @@
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="GoogleAppIndexingWarning">
<!-- per https://github.com/journeyapps/zxing-android-embedded to force support for build 22 -->
<uses-sdk tools:overrideLibrary="com.google.zxing.client.android" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />