0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00

Update to latest ZXing C++ AAR

Fixes getting HRI formatted result text instead of the real thing.
This commit is contained in:
Markus Fisch 2022-10-11 22:39:14 +02:00
parent bb4fc8ed08
commit 36e7aab27c

View File

@ -66,5 +66,5 @@ dependencies {
implementation "com.android.support:preference-v14:$support_version"
implementation 'com.github.markusfisch:CameraView:1.9.1'
implementation 'com.github.markusfisch:ScalingImageView:1.4.0'
implementation 'com.github.markusfisch:zxing-cpp:v1.4.0.1'
implementation 'com.github.markusfisch:zxing-cpp:v1.4.0.2'
}