From db290a03786e5a9e9fae8e459d7d48aec49a1b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:33:00 +0000 Subject: [PATCH] chore(deps): bump com.google.mlkit:barcode-scanning in /android Bumps com.google.mlkit:barcode-scanning from 17.1.0 to 17.2.0. --- updated-dependencies: - dependency-name: com.google.mlkit:barcode-scanning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index fdc0d3dc5..5fbdc326c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -51,7 +51,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.1.0' + implementation 'com.google.mlkit:barcode-scanning:17.2.0' // 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'