Skip to content

Commit

Permalink
Merge pull request #843 from navaronbracke/mlkit_upgrade
Browse files Browse the repository at this point in the history
chore: Bump MLKit for Android from 18.1.0 to 18.3.0
  • Loading branch information
navaronbracke authored Oct 31, 2023
2 parents 2a8af21 + 718e5b8 commit ea08d9f
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 ea08d9f

Please sign in to comment.