Skip to content

Commit d88d819

Browse files
chore(deps): bump com.google.android.gms:play-services-mlkit-barcode-scanning from 18.3.0 to 18.3.1 in /package/android (#3133)
chore(deps): bump com.google.android.gms:play-services-mlkit-barcode-scanning Bumps com.google.android.gms:play-services-mlkit-barcode-scanning from 18.3.0 to 18.3.1. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-mlkit-barcode-scanning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29d5ebf commit d88d819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ dependencies {
199199
} else {
200200
// Fall-back to just including the code for the CodeScanner to avoid the 2.4 MB bundle in the app.
201201
// On devices with Google Play Services, this can also download the CodeScanner model on-demand.
202-
implementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.0"
202+
implementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1"
203203
}
204204

205205
if (enableFrameProcessors) {

0 commit comments

Comments
 (0)