This commit is contained in:
LEKJORASA 2021-12-30 20:08:50 +07:00 committed by GitHub
parent 42d299face
commit 408661b5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
chachwalycorasa@gmail.com Normal file
View File

@ -0,0 +1,11 @@
dependencies {
// ...
// Use this dependency to use dynamically downloaded model in Google Play Service
implementation 'com.google.android.gms:play-services-mlkit-face-detection:16.2.1'
}
dependencies {
// ...
// Use this dependency to bundle the model with your app
implementation 'com.google.mlkit:face-detection:16.1.3'
}
com.google.android16.2.1com.google16.1.3