dependabot[bot]
Committed by GitHub

chore(deps): bump barcode-scanning from 17.0.2 to 17.0.3 in /android

Bumps barcode-scanning from 17.0.2 to 17.0.3.

---
updated-dependencies:
- dependency-name: com.google.mlkit:barcode-scanning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
... ... @@ -49,7 +49,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// Use this dependency to bundle the model with your app
implementation 'com.google.mlkit:barcode-scanning:17.0.2'
implementation 'com.google.mlkit:barcode-scanning:17.0.3'
// Use this dependency to use the dynamically downloaded model in Google Play Services
// implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0'
... ...