Skip to content

Commit

Permalink
bump com.google.android.gms:play-services-mlkit-barcode-scanning to 1…
Browse files Browse the repository at this point in the history
…8.3.0
  • Loading branch information
navaronbracke committed Oct 31, 2023
1 parent 2a8af21 commit 718e5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 718e5b8

Please sign in to comment.