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

Update ScalingImageView library

This commit is contained in:
Markus Fisch 2022-12-06 20:06:22 +01:00
parent 84e03e3cc8
commit 09f3368bf0

View File

@ -65,6 +65,6 @@ dependencies {
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:ScalingImageView:1.4.0'
implementation 'com.github.markusfisch:ScalingImageView:1.4.1'
implementation 'com.github.markusfisch:zxing-cpp:v1.4.0.9'
}