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

Update ZXing C++ wrapper

This commit is contained in:
Markus Fisch 2023-05-20 14:24:34 +02:00
parent f572923720
commit 9a3ca4ffa3

View File

@ -65,5 +65,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.1'
implementation 'com.github.markusfisch:zxing-cpp:v2.0.0.1'
implementation 'com.github.markusfisch:zxing-cpp:v2.0.0.2'
}