We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d5ebf commit d88d819Copy full SHA for d88d819
package/android/build.gradle
@@ -199,7 +199,7 @@ dependencies {
199
} else {
200
// Fall-back to just including the code for the CodeScanner to avoid the 2.4 MB bundle in the app.
201
// 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"
+ implementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1"
203
}
204
205
if (enableFrameProcessors) {
0 commit comments