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

Update to latest ZXing C++ wrapper

This commit is contained in:
Markus Fisch 2022-10-30 13:44:26 +01:00
parent 8d6623786c
commit 301a33a176

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.4'
implementation 'com.github.markusfisch:zxing-cpp:v1.4.0.6'
}