0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Update camera library to latest version

This commit is contained in:
Markus Fisch 2023-10-08 20:17:58 +02:00
parent 61078f214e
commit 650503ba70

View File

@ -63,7 +63,7 @@ dependencies {
implementation "com.android.support:design:$support_version"
implementation "com.android.support:preference-v7:$support_version"
implementation "com.android.support:preference-v14:$support_version"
implementation 'com.github.markusfisch:CameraView:1.9.1'
implementation 'com.github.markusfisch:CameraView:1.9.2'
implementation 'com.github.markusfisch:ScalingImageView:1.4.1'
implementation 'com.github.markusfisch:zxing-cpp:v2.1.0.1'
}