Skip to content

Commit

Permalink
Reverts versions back.
Browse files Browse the repository at this point in the history
Change-Id: Ib8bb2eff991e8dd797a6fc34bb3ce6f2572bda94
  • Loading branch information
zhouyiself committed May 18, 2021
1 parent 3e0d91e commit 75aea29
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions android/vision-quickstart/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,31 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'

// Barcode model
implementation 'com.google.mlkit:barcode-scanning:16.1.2'
implementation 'com.google.mlkit:barcode-scanning:16.1.1'
// Or comment the dependency above and uncomment the dependency below to
// use unbundled model that depends on Google Play Services
// implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:16.1.5'
// implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:16.1.4'

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

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

// Face features
implementation 'com.google.mlkit:face-detection:16.1.0'
implementation 'com.google.mlkit:face-detection:16.0.7'
// Or comment the dependency above and uncomment the dependency below to
// use unbundled model that depends on Google Play Services
// implementation 'com.google.android.gms:play-services-mlkit-face-detection:16.1.7'
// implementation 'com.google.android.gms:play-services-mlkit-face-detection:16.1.6'

// Text features
implementation 'com.google.android.gms:play-services-mlkit-text-recognition:16.2.0'
implementation 'com.google.android.gms:play-services-mlkit-text-recognition:16.1.3'

// Image labeling
implementation 'com.google.mlkit:image-labeling:17.0.4'
implementation 'com.google.mlkit:image-labeling:17.0.3'
// Or comment the dependency above and uncomment the dependency below to
// use unbundled model that depends on Google Play Services
// implementation 'com.google.android.gms:play-services-mlkit-image-labeling:16.0.4'
// implementation 'com.google.android.gms:play-services-mlkit-image-labeling:16.0.3'

// Image labeling custom
implementation 'com.google.mlkit:image-labeling-custom:16.3.1'
Expand Down

0 comments on commit 75aea29

Please sign in to comment.