Skip to content

Commit

Permalink
List of included changes:
Browse files Browse the repository at this point in the history
- Update SDK version for new release

PiperOrigin-RevId: 426939746
Change-Id: I56de7d2cc27b43c9b05c8b39604686e2607b106e
  • Loading branch information
Google ML Kit authored and Lei Yu committed Feb 7, 2022
1 parent b6892e7 commit 80a962b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/vision-quickstart/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ dependencies {
implementation 'com.google.mlkit:object-detection-custom:17.0.0'

// Face features
implementation 'com.google.mlkit:face-detection:16.1.4'
implementation 'com.google.mlkit:face-detection:16.1.5'
// 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:17.0.0'
// implementation 'com.google.android.gms:play-services-mlkit-face-detection:17.0.1'

// Text features
implementation 'com.google.android.gms:play-services-mlkit-text-recognition:18.0.0'
Expand All @@ -95,9 +95,9 @@ dependencies {
// implementation 'com.google.android.gms:play-services-mlkit-image-labeling-custom:16.0.0-beta3'

// Pose detection with default models
implementation 'com.google.mlkit:pose-detection:18.0.0-beta1'
implementation 'com.google.mlkit:pose-detection:18.0.0-beta2'
// Pose detection with accurate models
implementation 'com.google.mlkit:pose-detection-accurate:18.0.0-beta1'
implementation 'com.google.mlkit:pose-detection-accurate:18.0.0-beta2'

// Selfie segmentation
implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta4'
Expand Down

0 comments on commit 80a962b

Please sign in to comment.