diff --git a/android/build.gradle b/android/build.gradle index c1223f592..445437177 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -69,7 +69,7 @@ dependencies { def useUnbundled = project.findProperty('dev.steenbakker.mobile_scanner.useUnbundled') ?: false if (useUnbundled.toBoolean()) { // Dynamically downloaded model via Google Play Services - implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0' + implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.0' } else { // Bundled model in app implementation 'com.google.mlkit:barcode-scanning:17.2.0'