Add multidex dependency

Required on some systems/Android Studio versions.
This commit is contained in:
Andreas Korb
2022-09-10 21:33:04 +02:00
committed by GitHub
parent 092ec694f6
commit 6acdce32f2
+1
View File
@@ -99,4 +99,5 @@ dependencies {
implementation 'com.google.zxing:core:3.5.0'
implementation 'com.github.markusfisch:CameraView:1.9.1'
implementation 'com.github.markusfisch:ScalingImageView:1.4.0'
implementation 'com.android.support:multidex:1.0.3'
}