Julian Steenbakker

imp: change model to play services

@@ -46,7 +46,7 @@ android { @@ -46,7 +46,7 @@ android {
46 46
47 dependencies { 47 dependencies {
48 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 48 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
49 - implementation 'com.google.mlkit:barcode-scanning:17.0.2' 49 + implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.0.0'
50 implementation "androidx.camera:camera-camera2:1.2.0-alpha01" 50 implementation "androidx.camera:camera-camera2:1.2.0-alpha01"
51 implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha01' 51 implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha01'
52 52