Skip to content

Commit

Permalink
Update Android vision-quickstart to use latest ml kit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
calren committed Jul 29, 2020
1 parent 71e4c6f commit c92758e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android/vision-quickstart/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'

// Barcode model
implementation 'com.google.mlkit:barcode-scanning:16.0.1'
implementation 'com.google.mlkit:barcode-scanning:16.0.2'

// Object detection feature with bundled default classifier
implementation 'com.google.mlkit:object-detection:16.1.0'
implementation 'com.google.mlkit:object-detection:16.2.0'

// Object detection feature with custom classifier support
implementation 'com.google.mlkit:object-detection-custom:16.1.0'
implementation 'com.google.mlkit:object-detection-custom:16.2.0'

// Face features
implementation 'com.google.mlkit:face-detection:16.0.1'
Expand All @@ -58,13 +58,13 @@ dependencies {
implementation 'com.google.android.gms:play-services-mlkit-text-recognition:16.1.0'

// Image labeling with automl model support
implementation 'com.google.mlkit:image-labeling-automl:16.1.0'
implementation 'com.google.mlkit:image-labeling-automl:16.2.0'

// Image labeling
implementation 'com.google.mlkit:image-labeling:16.1.0'
implementation 'com.google.mlkit:image-labeling:16.2.0'

// Image labeling custom
implementation 'com.google.mlkit:image-labeling-custom:16.1.0'
implementation 'com.google.mlkit:image-labeling-custom:16.2.0'

// -------------------------------------------------------

Expand Down

0 comments on commit c92758e

Please sign in to comment.