Julian Steenbakker
Committed by GitHub

Merge pull request #716 from juliansteenbakker/dependabot/gradle/android/com.goo…

…gle.mlkit-barcode-scanning-17.2.0

chore(deps): bump com.google.mlkit:barcode-scanning from 17.1.0 to 17.2.0 in /android
@@ -51,7 +51,7 @@ dependencies { @@ -51,7 +51,7 @@ dependencies {
51 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 51 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52 52
53 // Use this dependency to bundle the model with your app 53 // Use this dependency to bundle the model with your app
54 - implementation 'com.google.mlkit:barcode-scanning:17.1.0' 54 + implementation 'com.google.mlkit:barcode-scanning:17.2.0'
55 // Use this dependency to use the dynamically downloaded model in Google Play Services 55 // Use this dependency to use the dynamically downloaded model in Google Play Services
56 // implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0' 56 // implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0'
57 57